Docs
头像

头像

一种图像元素,用于表示用户,并具有后备图像。

Component 头像演示 not found in registry.

安装

pnpm dlx shadcn@latest add avatar

用法

import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
<Avatar>
  <AvatarImage src="https://github.com/shadcn.png" />
  <AvatarFallback>CN</AvatarFallback>
</Avatar>