animated-tooltip-icon-demo
jolyui-ui/animated-tooltip-icon-demoFreeExample
jolyui/ui publishes no description for this item.
Install it
npx shadcn@latest add https://jolyui.dev/r/animated-tooltip-icon-demo.jsonSource
1"use client";23import { Home, Mail, Search, Settings, User } from "lucide-react";4import { TooltipGroup } from "@/components/ui/animated-tooltip";56export default function AnimatedTooltipIconDemo() {7 return (8 <div className="flex justify-center">9 <TooltipGroup10 items={[11 { icon: <Home className="h-4 w-4" />, label: "Home", shortcut: "H" },12 {13 icon: <Search className="h-4 w-4" />,14 label: "Search",15 shortcut: "⌘K",16 },17 {18 icon: <Mail className="h-4 w-4" />,19 label: "Messages",20 shortcut: "M",21 },22 {23 icon: <Settings className="h-4 w-4" />,24 label: "Settings",25 shortcut: "S",26 },27 {28 icon: <User className="h-4 w-4" />,29 label: "Profile",30 shortcut: "P",31 },32 ]}33 />34 </div>35 );36}
What it pulls in
npm packages
Other registry items
Files it writes
More from jolyui/ui
All 199 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| ai-prompt-box-demoai-prompt-box-demo | jolyui/ui | Examples | Free | no deps | |
| ai-prompt-box-loading-demoai-prompt-box-loading-demo | jolyui/ui | Examples | Free | no deps | |
| animated-beam-bidirectional-demoanimated-beam-bidirectional-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-curved-demoanimated-beam-curved-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-demoanimated-beam-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-multiple-demoanimated-beam-multiple-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-table-basic-demoanimated-table-basic-demo | jolyui/ui | Examples | Free | no deps | |
| animated-table-column-demoanimated-table-column-demo | jolyui/ui | Examples | Free | no deps |
