BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/poyraz/mobile-navigation-block

Mobile Navigation Block

poyraz/mobile-navigation-block
FreeBlock

Poyraz Soft Glass Mobile Navigation Block with container-responsive layout and semantic tokens.

Install it

npx shadcn@latest add https://ui.poyrazavsever.com/r/mobile-navigation-block.json

Source

registry/poyraz/blocks/phase8/mobile-navigation-block.tsxui.poyrazavsever.com/r/mobile-navigation-block.json
1"use client";
2
3import { Menu, Sparkles } from "lucide-react";
4
5import { Button } from "@/components/ui/atoms/button";
6import { Sheet, SheetContent, SheetTitle, SheetTrigger } from "@/components/ui/molecules/sheet";
7import {
8 navigationItems,
9 type NavigationItem,
10} from "@/components/ui/blocks/phase8/navigation-block";
11
12function MobileNavigationBlock({
13 items = navigationItems,
14 activeHref,
15}: {
16 items?: NavigationItem[];
17 activeHref?: string;
18}) {
19 return (
20 <div
21 data-slot="mobile-navigation-block"
22 className="@container/mobile-nav flex items-center justify-between rounded-lg border border-glass-border-outer bg-glass p-2 shadow-sm backdrop-blur-glass"
23 >
24 <a href="#overview" className="flex items-center gap-2 text-sm font-semibold">
25 <Sparkles className="size-4 text-primary" /> Poyraz UI
26 </a>
27 <Sheet>
28 <SheetTrigger asChild>
29 <Button variant="ghost" size="icon" aria-label="Open primary navigation">
30 <Menu className="size-4" />
31 </Button>
32 </SheetTrigger>
33 <SheetContent side="right" surface="glass" className="w-[min(88vw,22rem)]">
34 <SheetTitle>Navigation</SheetTitle>
35 <nav aria-label="Primary navigation" className="mt-6 flex flex-col gap-1">
36 {items.map((item) => (
37 <a
38 key={item.href}
39 href={item.href}
40 aria-current={activeHref === item.href ? "page" : undefined}
41 className="rounded-md px-3 py-2 text-sm text-muted-foreground hover:bg-surface-subtle hover:text-foreground aria-[current=page]:bg-primary-muted aria-[current=page]:text-primary-muted-foreground"
42 >
43 {item.label}
44 </a>
45 ))}
46 </nav>
47 </SheetContent>
48 </Sheet>
49 </div>
50 );
51}
52
53export { MobileNavigationBlock };

What it pulls in

npm packages

  • lucide-react@^0.574.0

Other registry items

  • @poyraz/poyraz-utils
  • @poyraz/poyraz-theme
  • @poyraz/button
  • @poyraz/sheet
  • @poyraz/navigation-block

Files it writes

  • registry/poyraz/blocks/phase8/mobile-navigation-block.tsx

Facts

Registry
poyraz
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-04
Last confirmed
today

Go to the source

ui.poyrazavsever.com poyrazavsever/poyraz-ui on GitHub Raw registry item This item as JSON

More from poyraz

All 71 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Article Cardarticle-cardpoyrazBlocksFreeno deps
Auth Card Blockauth-card-blockpoyrazBlocksFree1 dep
Brand Hero Blockbrand-hero-blockpoyrazBlocksFree1 dep
Dashboard Shell Blockdashboard-shell-blockpoyrazBlocksFree1 dep
Footer Blocksfooter-blockspoyrazBlocksFree1 dep
Glass App Shell Blockglass-app-shell-blockpoyrazBlocksFree1 dep
Image Cardimage-cardpoyrazBlocksFreeno deps
Mega Menu Blockmega-menu-blockpoyrazBlocksFree1 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