Button
Buttons can be used to trigger an action or to navigate to a different page.
Buttons can be used to trigger an action or to navigate to a different page.
API Reference
Props
Name | Type | Default | Description |
---|---|---|---|
text* |
| The text of the button. | |
link* |
| The link of the button. | |
icon |
| The icon of the button. | |
primary |
| Whether the button is primary (highlighted) or normal. |
Examples
Basic
With icon
Primary
Last updated