Button

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

How to use

// Before
<Button bg={"red"} />

// After
<button className="d0" />