Buttons

Buttons are used to perform actions in the product.

Default

circle-info

Good to know: you can embed a Storybook canvas by simple pasting the canvas link and hitting enter.

<Button
    label="Label"
    size="medium"
    kind="default"
    onClick={doTheThing}
/>

Primary

Secondary

These examples are taken from the excellent Storybook Example Design Systemarrow-up-right.

Last updated