Vue Default Item - Argon
PROThe DefaultItem component helps you to simply create a beautiful list of different items.
Demo
Cyber Week
27 March 2021, at 12:30 PMProps Information
| Name | Type | Default | Description |
|---|---|---|---|
| color | 'success' 'primary' 'info' 'warning' 'danger' 'error' 'dark' | success | Used to set the DefaultItem icon color and background color. |
| icon* | String | Used to set the DefaultItem icon, its a required prop. | |
| title* | String | Used to set the DefaultItem title. It is a required prop. | |
| description* | String | Used to set the DefaultItem description. It is a required prop. |