Default Item

PRO

The 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

// Soft UI Dashboard PRO React examples import DefaultItem from "examples/Items/DefaultItem";
Cyber Week27 March 2020, at 12:30 PM

Props Information

NameTypeDefaultDescription
color'primary''secondary''info''success''warning''error''dark'infoUsed to set the DefaultItem icon color and background color.
icon*nodeUsed to set the DefaultItem icon, its a required prop.
title*stringUsed to set the DefaultItem title, its a required prop.
description*stringUsed to set the DefaultItem description, its a required prop.
Contents