BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/delta-components/bottom-mobile-nav

bottom-mobile-nav

delta-components/bottom-mobile-nav
FreeBlock

BottomMobileNav block

Install it

npx shadcn@latest add https://deltacomponents.dev/r/bottom-mobile-nav.json

Source

blocks/bottom-mobile-nav/page.tsxdeltacomponents.dev/r/bottom-mobile-nav.json
1"use client"
2
3import type React from "react"
4import { Heart, Home, Search, User } from "lucide-react"
5
6import { BottomMobileNav } from "./components/bottom-mobile-nav"
7import { Sidebar } from "./components/sidebar"
8
9// Layout Component Props Interface
10interface LayoutProps {
11 children: React.ReactNode
12 sidebarClassName?: string
13 bottomNavClassName?: string
14}
15
16// Layout Component (moved from layout.tsx)
17function Layout({
18 children,
19 sidebarClassName,
20 bottomNavClassName,
21}: LayoutProps) {
22 const routes = [
23 {
24 href: "#",
25 label: "Home",
26 icon: Home,
27 },
28 {
29 href: "#search",
30 label: "Search",
31 icon: Search,
32 },
33 {
34 href: "#love",
35 label: "Love",
36 icon: Heart,
37 },
38 {
39 href: "#profile",
40 label: "Profile",
41 icon: User,
42 },
43 ]
44
45 return (
46 <div className="min-h-screen">
47 {/* Desktop Sidebar */}
48 <Sidebar routes={routes} className={sidebarClassName} />
49
50 {/* Main Content */}
51 <main className="pb-20 md:ml-20 md:pb-8">{children}</main>
52
53 {/* Mobile Bottom Navigation */}
54 <BottomMobileNav
55 routes={routes}
56 labels={true}
57 className={bottomNavClassName}
58 />
59 </div>
60 )
61}
62
63export default function BottomMobileNavPage() {
64 return (
65 <Layout>
66 <div className="mx-auto flex w-full max-w-lg flex-col gap-4 p-4">
67 <p>
68 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
69 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
70 minim veniam, quis nostrud exercitation ullamco laboris nisi ut
71 aliquip ex ea commodo consequat.
72 </p>
73 <p>
74 Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
75 dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
76 proident, sunt in culpa qui officia deserunt mollit anim id est
77 laborum.
78 </p>
79 <p>
80 Sed ut perspiciatis unde omnis iste natus error sit voluptatem
81 accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae
82 ab illo inventore veritatis et quasi architecto beatae vitae dicta
83 sunt explicabo.
84 </p>
85 <p>
86 Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut
87 fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem
88 sequi nesciunt.
89 </p>
90 <p>
91// … truncated

What it pulls in

npm packages

  • lucide-react

Files it writes

  • registry/delta-ui/blocks/bottom-mobile-nav/page.tsx
  • registry/delta-ui/blocks/bottom-mobile-nav/components/bottom-mobile-nav.tsx
  • registry/delta-ui/blocks/bottom-mobile-nav/components/sidebar.tsx

Facts

Registry
delta-components
Type
registry:block
Access
Free
Files written
3
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
yesterday

Go to the source

Docs on delta-components deltacomponents.dev pprunty/deltacomponents.dev on GitHub Raw registry item This item as JSON

More from delta-components

All 93 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
admin-inset-layoutadmin-inset-layoutdelta-componentsBlocksFree1 dep · 9 files
ai-chat-sidebarai-chat-sidebardelta-componentsBlocksFree1 dep · 2 files
auth-formauth-formdelta-componentsBlocksFree2 deps · 2 files
chatbot-windowchatbot-windowdelta-componentsBlocksFree1 dep · 2 files
interactive-feature-showcaseinteractive-feature-showcasedelta-componentsBlocksFreeno deps · 2 files
mapbox-grid-blockmapbox-grid-blockdelta-componentsBlocksFreeno deps
saas-dashboardsaas-dashboarddelta-componentsBlocksFree1 dep · 8 files
saas-header-layoutsaas-header-layoutdelta-componentsBlocksFreeno deps · 3 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex