Profiles List
The ProfilesList
component helps you to simply create a beautiful list of profiles.
The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.
Demo
// NextJS Material Dashboard 2 PRO examples
import ProfilesList from "/examples/Lists/ProfilesList";
categories
Props Information
Name | Type | Default | Description |
---|---|---|---|
title* | string | Used to set the ProfilesList title, its a required prop. | |
profiles* | array | Used to set the ProfilesList items, it should be an array of objects and the objects should contain the following keys: `image`, `name`, `description` and `action`.
| |
shadow | bool | true | If true the card will have a box-shadow. |