animated-theme-toggle-navbar-demo
jolyui-ui/animated-theme-toggle-navbar-demoFreeExample
jolyui/ui publishes no description for this item.
Install it
npx shadcn@latest add https://jolyui.dev/r/animated-theme-toggle-navbar-demo.jsonSource
1import { AnimatedThemeToggle } from "@/registry/default/ui/animated-theme-toggle";23export default function AnimatedThemeToggleNavbarDemo() {4 return (5 <div className="flex w-full max-w-2xl items-center justify-between rounded-lg border bg-card p-4">6 <div className="flex items-center gap-2">7 <div className="h-8 w-8 rounded-full bg-primary" />8 <span className="font-semibold text-foreground">MyApp</span>9 </div>10 <nav className="hidden items-center gap-6 md:flex">11 <a12 href="/"13 className="text-muted-foreground text-sm hover:text-foreground"14 >15 Home16 </a>17 <a18 href="/"19 className="text-muted-foreground text-sm hover:text-foreground"20 >21 Features22 </a>23 <a24 href="/"25 className="text-muted-foreground text-sm hover:text-foreground"26 >27 Pricing28 </a>29 <a30 href="/"31 className="text-muted-foreground text-sm hover:text-foreground"32 >33 About34 </a>35 </nav>36 <AnimatedThemeToggle />37 </div>38 );39}
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 |
