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
size
SizeProps
md , badge, xs, sm, lg, xl
outline
boolean
true (default), false
target
LinkTarget
alt
string
href
string
src
string
className
CSSProperties
component
OverridableComponent
sx
AvatarProps[]
Live Preview: https://berrydashboard.io/basic/avatar
Asterisk (*) indicates required props.
Last updated