Buttons
Buttons are used to perform actions in the product.
Default
Primary
Secondary
These examples are taken from the excellent Storybook Example Design System.
Last updated
Was this helpful?
Buttons are used to perform actions in the product.
These examples are taken from the excellent Storybook Example Design System.
Last updated
Was this helpful?
Was this helpful?
<Button
label="Label"
size="medium"
kind="default"
onClick={doTheThing}
/><Button
label="Label"
size="medium"
kind="primary"
onClick={doTheThing}
/><Button
label="Label"
size="medium"
kind="secondary"
onClick={doTheThing}
/>