Button
Overview
When to use
Use this as a regular Button. Depending of an existing href the button will be rendered as an anchor tag.
When to consider an alternative
t.b.d.
Component
Default
Primary
Anchor Tag
Properties
Default
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| utilClassNames | String | false | - | |
| href | String | false | - | |
| children | Node | false | - | |
| variant | Enum 'primary' │ 'default' | false | default | Exported as `Button.variants.primary` etc. |