You know what it is.
<Button action={demoAction}>Button</Button>
<Button primary action={demoAction}>Button</Button>
<Button destructive action={demoAction}>Button</Button>
<Button noborder action={demoAction}>Button</Button>
It’s lickable. Clickable. And oh, so beautiful.
A purposefully limited set of variants. Also doesn’t accept an href
parameter because buttons aren’t links. Yet.