Buttons
Default
Primary
Secondary
Last updated
Last updated
<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}
/>