DocumentationDownloads and examples

Avatar

Avatar is a styled componentis and a graphical representation of a user within the application.

Avatar Props

NameUseTypeDefinition
title
optional
stringAdd title to the Avatar.
subtitle
optional
stringAdd subtitle to the Avatar.
badge
optional
numberAdd badge to the Avatar.
big
optional
booleanBig size of the Avatar.
medium
optional
booleanMedium size of the Avatar.
small
optional
booleanSmall size of the Avatar.
className
optional
stringAdd class to accordion.
disabled
optional
booleanDefine if Avatar is disabled.

Examples

Big Avatar
Big Avatar example by adding big props
Medium Avatar
Medium Avatar example by adding medium props
Small Avatar
Medium Avatar example by adding small props
Avatar with title
Avatar with title example by adding title props
Avatar title
Avatar with subtitle
Avatar with subtitle example by adding subtitle props
Avatar titleAvatar subtitle
Disabled Avatar
Disabled Avatar example by adding disabled props
Avatar titleAvatar subtitle
Avatar with bagde
Avatar with badge example by adding badge props
8
Avatar title