VsudButton
PROThe VsudButton component provides different styles, and sizes for creating a button.
Demo
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| variant | 'contained''outline''gradient' | contained | Change the VsudButton background color type. |
| size | 'sm''md''lg' | md | Change the VsudButton size. |
| color | 'primary''secondary''info''success''warning''danger''light''dark''white' | success | Change the VsudButton background color. |
| fullWidth | bool | false | If true the VsudButton get a block level width. |
| active | bool | used to set VsudButton state to active. | |
| slot | node | The VsudButton has a default slot that you can pass node or content inside it. |