Button
A button styled component for user interaction.
Usage
Usage
The Button
component can be passed an optional type
parameter to change the button style. The default style is primary
.
Default Usage
<Button>Button</Button>
Custom Usage
<Button type="secondary">Button</Button>