Avatar Shape

PreviousNext

avatar-shape-demo

Docs
intentuipage

Preview

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

export default function AvatarShapeDemo() {
  return (
    <div className="flex items-end gap-4">
      <Avatar src="/images/avatar/slash.jpg" />
      <Avatar src="https://intentui.com/images/avatar/cobain.jpg" isSquare />
    </div>
  )
}

Installation

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

Usage

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