Button

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

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

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