Vue Categories List - Argon
PRO
The CategoriesList component helps you to simply
create a beautiful list of items.
Demo
Categories
-
Devices
250 in stock 346+ sold -
Tickets
23 closed 15 open -
Error logs
1 is active 40 closed
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| title | String | Categories |
Used to set the CategoriesList title.
|
| categories* | Array |
Used to set the CategoriesList items, it
should be an arrayof objects and the
objects should contain the following keys: `icon`,
`label`, `description`. It is a required prop.
|