Avatar example

How to use this multiselect

Props

NameTypeDefaultDescription
srcString''On the AvatarImage, set the image that should be displayed :)

Playground

Import from @filigran/ui :

Import {Avatar} from '@filigran/ui'


      <div className="h-12 w-12">
      <Avatar>
        <AvatarImage  src="https://github.com/shadcn.png" />
        <AvatarFallback>CN</AvatarFallback>
      </Avatar>
      </div>