KQ-116 · HALLWAY/MENU
Hallway Menu
A mega-menu of parallel hallways — sweeping the rail looks down each corridor in one-point perspective, doors hinge off the walls toward a far-wall plate, and the whole view swings sideways between stops.
KQ-116 · HALLWAY/MENU
Wing Directory · 3 HallsKQ-116
Entered · —
Sweep the rail - each stop looks down its own hallway.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/hallway-menu
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| hallways | { id, label, items: { id, label, hint? }[] }[] | — | Two to five hallways on the rail. |
| onSelect | (hallwayId, itemId) => void | — | Fires when a door is chosen. |
| corridorHeight | number | 220 | Corridor stage height in px. |