Category Cloud — fixtures
ilinxa/category-cloud-fixturesFreeBlock
Category Cloud plus the dummy-data fixtures used by the docs-site demo.
Install it
npx shadcn@latest add https://ui.ilinxa.com/r/category-cloud-fixtures.jsonSource
1import type { CategoryCloudItem } from "./types";23export const DUMMY_CATEGORIES_TR: CategoryCloudItem[] = [4 { value: "urban-development", label: "Kentsel Dönüşüm", count: 2 },5 { value: "sustainability", label: "Sürdürülebilirlik", count: 2 },6 { value: "technology", label: "Teknoloji", count: 2 },7 { value: "events", label: "Etkinlik", count: 2 },8 { value: "announcement", label: "Duyuru", count: 2 },9 { value: "research", label: "Araştırma", count: 2 },10];1112export const DUMMY_CATEGORIES_EN: CategoryCloudItem[] = [13 { value: "urban-development", label: "Urban Development", count: 12 },14 { value: "sustainability", label: "Sustainability", count: 8 },15 { value: "technology", label: "Technology", count: 5 },16 { value: "events", label: "Events", count: 3 },17 { value: "announcement", label: "Announcement", count: 4 },18 { value: "research", label: "Research", count: 7 },19];
What it pulls in
Other registry items
Files it writes
More from ilinxa
All 184 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Switcheraccount-switcher | ilinxa | Blocks | Free | 1 dep · 10 files | |
| Account Switcher (deprecated alias)account-switcher-01 | ilinxa | Blocks | Free | no deps | |
| Account Switcher — fixturesaccount-switcher-fixtures | ilinxa | Blocks | Free | no deps | |
| App Sidebarapp-sidebar | ilinxa | Blocks | Free | 1 dep · 37 files | |
| App Sidebar — fixturesapp-sidebar-fixtures | ilinxa | Blocks | Free | no deps | |
| Rich Text Editor (deprecated alias)article-body-01 | ilinxa | Blocks | Free | no deps | |
| Article Metaarticle-meta | ilinxa | Blocks | Free | 1 dep · 4 files | |
| Article Meta (deprecated alias)article-meta-01 | ilinxa | Blocks | Free | no deps |
