Categories List - Material

PRO

The CategoriesList component helps you to simply create a beautiful list of items.


Demo

Categories
  • launch
    Devices
    250 in stock 346+ sold
  • book_online
    Tickets
    23 closed 15 open
  • priority_high
    Error logs
    1 is active 40 closed
  • insert_emoticon
    Happy Users
    + 430

Props Information

NameTypeDefaultDescription
titleStringCategoriesUsed to set the CategoriesList title.
items*ArrayUsed to set the CategoriesList items, it should be an arrayof objects and the objects should contain the following keys:
  1. icon of type object with component and background keys.
  2. title of type string.
  3. description of type string.
It is a required prop.
Contents