Avatar
This component extends the original component provided by MUI: https://mui.com/material-ui/react-avatar/
The extended properties are:
Property | Type | Props Value |
---|---|---|
color | ColorProps | primary (default), secondary, info, success, warning, error, inherit, default |
children | ReactNode | string | |
type | AvatarTypeProps | default (default), filled, outlined, combined |
size | SizeProps | md (default), badge, xs, sm, lg, xl |
Live Preview: https://mantisdashboard.io/components-overview/avatars
Asterisk (*) indicates required props.