BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/mapcn/logistics-network

Logistics Network

mapcn/logistics-network
FreeBlock

Domestic logistics map with a sidebar of stats.

Install it

npx shadcn@latest add https://mapcn.dev/r/logistics-network.json

Source

src/registry/blocks/logistics-network/page.tsxmapcn.dev/r/logistics-network.json
1"use client";
2
3import { SidebarInset, SidebarProvider } from "@/components/ui/sidebar";
4import { hubs, routes } from "./data";
5import { FilterSidebar } from "./components/filter-sidebar";
6import { NetworkMap } from "./components/network-map";
7
8export default function Page() {
9 return (
10 <SidebarProvider>
11 <FilterSidebar hubs={hubs} routes={routes} />
12 <SidebarInset>
13 <NetworkMap hubs={hubs} routes={routes} />
14 </SidebarInset>
15 </SidebarProvider>
16 );
17}

What it pulls in

npm packages

  • lucide-react

Other registry items

  • @mapcn/map
  • sidebar
  • separator

Files it writes

  • src/registry/blocks/logistics-network/page.tsx
  • src/registry/blocks/logistics-network/data.ts
  • src/registry/blocks/logistics-network/components/filter-sidebar.tsx
  • src/registry/blocks/logistics-network/components/network-map.tsx

Facts

Registry
mapcn
Type
registry:block
Access
Free
Files written
4
Licence
MIT
First indexed
2026-08-01
Last confirmed
today

Go to the source

mapcn.dev AnmolSaini16/mapcn on GitHub Raw registry item This item as JSON

More from mapcn

All 9 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Analytics Cardanalytics-cardmapcnBlocksFree1 dep · 2 files
Analytics Mapanalytics-mapmapcnBlocksFree2 deps · 4 files
ChoroplethchoroplethmapcnBlocksFree2 deps · 3 files
Delivery Trackerdelivery-trackermapcnBlocksFree1 dep · 2 files
HeatmapheatmapmapcnBlocksFreeno deps
Store Locatorstore-locatormapcnBlocksFree1 dep · 4 files
Uptime Monitoruptime-monitormapcnBlocksFree1 dep · 4 files
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