The Button
component is a simple button component that can be used to trigger actions.
1const before = <Button bg={"red"} /> 2 3const after = <button className="d0" />
1const before = <Button bg={"red"} /> 2 3const after = <button className="d0" />