Profiles List - Argon

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

// Argon Dashboard 2 PRO MUI examples import ProfilesList from "examples/Lists/ProfilesList";
categories
  • something here
    Sophie B.Hi! I need more information..
    Reply
  • something here
    Anne MarieAwesome work, can you..
  • something here
    IvannaAbout files I can..

Props Information

NameTypeDefaultDescription
title*stringUsed to set the ProfilesList title, its a required prop.
profiles*arrayUsed 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`.
  • The `action` should be an object with the following keys: `type`, `route`, `color`, `label`.
Its a required prop.
Contents