Button
NB! The component will be deprecated soon.
Please check out our new Button component.
Button props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| animation | progress | success | error | pulse | No | - | Animation of button |
| disabled | boolean | No | false | Disabled Button |
| full_width | boolean | No | false | Full width Button |
| left_icon | string | No | - | Asset name for the left icon |
| right_icon | string | No | - | Asset name for the right icon |
| size | xs | sm | md | lg | xl | No | md | Size of button |
| variant | primary | secondary | tertiary | ghost | link (deprecated) | none (deprecated) | No | primary | Visual/Logical variant of button |