animated-tooltip-animation-demo
jolyui-ui/animated-tooltip-animation-demoFreeExample
jolyui/ui publishes no description for this item.
Install it
npx shadcn@latest add https://jolyui.dev/r/animated-tooltip-animation-demo.jsonSource
1"use client";23import { AnimatedTooltip } from "@/components/ui/animated-tooltip";45export default function AnimatedTooltipAnimationDemo() {6 return (7 <div className="flex flex-wrap items-center justify-center gap-4">8 {(["fade", "scale", "slide", "spring"] as const).map((animation) => (9 <AnimatedTooltip10 key={animation}11 content={`${animation} animation`}12 animation={animation}13 >14 <button className="rounded-lg border bg-card px-4 py-2 font-medium text-sm capitalize transition-colors hover:bg-accent">15 {animation}16 </button>17 </AnimatedTooltip>18 ))}19 </div>20 );21}
What it pulls in
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 |
