BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ilinxa/account-switcher-fixtures

Account Switcher — fixtures

ilinxa/account-switcher-fixtures
FreeBlock

Account Switcher plus the dummy-data fixtures used by the docs-site demo.

Install it

npx shadcn@latest add https://ui.ilinxa.com/r/account-switcher-fixtures.json

Source

src/registry/components/navigation/account-switcher/dummy-data.tsui.ilinxa.com/r/account-switcher-fixtures.json
1import { Building2, Globe, Settings2, ShieldCheck, User } from "lucide-react";
2import type { SwitcherItem } from "./types";
3
4/**
5 * Realistic multi-context fixture covering all 5 categories from the
6 * source's NavContext union (personal / business / platform / governance /
7 * cms-business). Demonstrates dual-entry pattern (`biz-acme` + `cms-biz-acme`
8 * share the conceptual account but have distinct keys per L3).
9 */
10export const ACCOUNT_SWITCHER_DUMMY_ITEMS: ReadonlyArray<SwitcherItem> = [
11 {
12 key: "personal",
13 label: "Personal",
14 icon: User,
15 href: "/home",
16 },
17 {
18 key: "biz-acme",
19 label: "Acme Corp",
20 icon: Building2,
21 href: "/bconsole/acme/dashboard",
22 },
23 {
24 key: "biz-globex",
25 label: "Globex Industries",
26 icon: Building2,
27 href: "/bconsole/globex/dashboard",
28 },
29 {
30 key: "cms-biz-acme",
31 label: "Acme Corp · CMS",
32 icon: Settings2,
33 href: "/cconsole/business/acme/dashboard",
34 },
35 {
36 key: "platform",
37 label: "Platform",
38 icon: Globe,
39 href: "/pconsole/dashboard",
40 },
41 {
42 key: "governance",
43 label: "Governance",
44 icon: ShieldCheck,
45 href: "/gconsole/dashboard",
46 },
47];
48
49export const ACCOUNT_SWITCHER_DUMMY_ACTIVE_KEY: string | null = "biz-acme";
50
51/**
52 * Fallback shown when the consumer-provided `activeKey` doesn't resolve to
53 * any item (I-1; avoids the source's governance-mislabel bug). Demos use it
54 * to show the trigger never crashes on bad input.
55 */
56export const ACCOUNT_SWITCHER_DUMMY_FALLBACK: SwitcherItem = {
57 key: "fallback",
58 label: "Select a context",
59 icon: User,
60};

What it pulls in

Other registry items

  • @ilinxa/account-switcher

Files it writes

  • src/registry/components/navigation/account-switcher/dummy-data.ts

Facts

Registry
ilinxa
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

ui.ilinxa.com ilinxa/pro-ui on GitHub Raw registry item This item as JSON

More from ilinxa

All 184 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Account Switcheraccount-switcherilinxaBlocksFree1 dep · 10 files
Account Switcher (deprecated alias)account-switcher-01ilinxaBlocksFreeno deps
App Sidebarapp-sidebarilinxaBlocksFree1 dep · 37 files
App Sidebar — fixturesapp-sidebar-fixturesilinxaBlocksFreeno deps
Rich Text Editor (deprecated alias)article-body-01ilinxaBlocksFreeno deps
Article Metaarticle-metailinxaBlocksFree1 dep · 4 files
Article Meta (deprecated alias)article-meta-01ilinxaBlocksFreeno deps
Article Meta — fixturesarticle-meta-fixturesilinxaBlocksFreeno deps

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