Categories List

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

NameTypeDefaultDescription
titleStringCategoriesUsed to set the CategoriesList title.
categories*ArrayUsed 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.
isRTLboolfalseUsed to set the direction of CategoriesList in RTL pages.
Contents