Vue Categories List - Argon
PROThe CategoriesList component helps you to simply create a beautiful list of items.
Demo
Categories
Devices
250 in stock 346+ soldTickets
23 closed 15 openError 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. |