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