BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/spectrumui/circular-navbar

Circular Navbar

spectrumui/circular-navbar
FreeComponent

component for the Circular Navbar

Install it

npx shadcn@latest add https://ui.spectrumhq.in/r/circular-navbar.json

Source

app/registry/navbar/usage/circular.tsxui.spectrumhq.in/r/circular-navbar.json
1import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
2import { Button } from "@/components/ui/button";
3import { Bell, Home, Search, Settings } from "lucide-react";
4
5export default function CircularNavbar() {
6 return (
7 // add fixed to the nav class name to make the navbar stick to the bottom of the screen
8 <nav className=" bottom-0 left-0 right-0 border-t bg-background p-4 backdrop-blur-xs">
9 <div className="container mx-auto flex items-center justify-between">
10 <Button size="icon" className="rounded-full" variant="ghost">
11 <Home className="h-6 w-6" />
12 <span className="sr-only">Home</span>
13 </Button>
14 <Button size="icon" className="rounded-full" variant="ghost">
15 <Search className="h-6 w-6" />
16 <span className="sr-only">Search</span>
17 </Button>
18 <Button
19 size="icon"
20 className="rounded-full bg-primary text-primary-foreground"
21 >
22 <Bell className="h-6 w-6" />
23 <span className="sr-only">Notifications</span>
24 </Button>
25 <Button size="icon" className="rounded-full" variant="ghost">
26 <Settings className="h-6 w-6" />
27 <span className="sr-only">Settings</span>
28 </Button>
29 <Avatar>
30 <AvatarImage src="/placeholder-user.jpg" alt="User" />
31 <AvatarFallback>U</AvatarFallback>
32 </Avatar>
33 </div>
34 </nav>
35 );
36}

What it pulls in

npm packages

  • lucide-react

Other registry items

  • avatar
  • button

Files it writes

  • app/registry/navbar/usage/circular.tsx

Facts

Registry
spectrumui
Type
registry:component
Access
Free
Files written
1
Licence
Apache-2.0
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

ui.spectrumhq.in arihantcodes/spectrum-ui on GitHub Raw registry item This item as JSON

More from spectrumui

All 182 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionspectrumuiComponentsFreeno deps
Alert demoalert-1spectrumuiComponentsFree1 dep
Alert 2alert-2spectrumuiComponentsFreeno deps
Alert 3alert-3spectrumuiComponentsFree1 dep
Alert 4alert-4spectrumuiComponentsFree1 dep
Animated Cardanimated-cardspectrumuiComponentsFree1 dep · 2 files
Animated Draweranimated-drawerspectrumuiComponentsFree4 deps
Animated SVG Chartanimated-SVG-chartspectrumuiComponentsFree1 dep
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex