Clickable Avatar
shadcn-ui-blocks/avatar-02FreeComponent
A clickable avatar component
Install it
npx shadcn@latest add https://shadcnui-blocks.com/r/avatar-02.jsonSource
1import Link from "next/link";2import { Avatar, AvatarFallback, AvatarImage } from "@/registry/ui/avatar";34export default function ClickableAvatarDemo() {5 return (6 <Link href="https://github.com/shadcn" target="_blank">7 <Avatar>8 <AvatarImage alt="@shadcn" src="https://github.com/shadcn.png" />9 <AvatarFallback>CN</AvatarFallback>10 </Avatar>11 </Link>12 );13}
What it pulls in
Other registry items
Files it writes
More from Shadcn UI Blocks
All 542 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Default Accordionaccordion-01 | Shadcn UI Blocks | Components | Free | no deps | |
| Outline Accordionaccordion-02 | Shadcn UI Blocks | Components | Free | no deps | |
| Box Accordionaccordion-03 | Shadcn UI Blocks | Components | Free | no deps | |
| Contained Accordionaccordion-04 | Shadcn UI Blocks | Components | Free | no deps | |
| Box Contained Accordionaccordion-05 | Shadcn UI Blocks | Components | Free | no deps | |
| Tabs Accordionaccordion-06 | Shadcn UI Blocks | Components | Free | no deps | |
| Highlight Active Item Accordionaccordion-07 | Shadcn UI Blocks | Components | Free | no deps | |
| Multiple Expanded at a time Accordionaccordion-08 | Shadcn UI Blocks | Components | Free | no deps |
