Button

The Button component is a simple button component that can be used to trigger actions.

How to use

1const before = <Button bg={"red"} />
2
3const after = <button className="d0" />
1const before = <Button bg={"red"} />
2
3const after = <button className="d0" />