Avatar Basic

PreviousNext

avatar-basic-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/media/avatar/avatar-basic-demo.tsx
import { Avatar } from "@/components/ui/avatar"

export default function AvatarBasicDemo() {
  return <Avatar src="/images/avatar/slash.jpg" alt="..." />
}

Installation

npx shadcn@latest add @intentui/avatar-basic-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.