Default Item - Argon
PROThe DefaultItem
component helps you to simply create a beautiful list of different items.
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 DefaultItem from "examples/Items/DefaultItem";
Props Information
Name | Type | Default | Description |
---|---|---|---|
color | 'primary''secondary''info''success''warning''error''dark' | info | Used to set the DefaultItem icon color and background color. |
icon* | node | Used to set the DefaultItem icon, its a required prop. | |
title* | string | Used to set the DefaultItem title, its a required prop. | |
description* | string | Used to set the DefaultItem description, its a required prop. |