Nav Rail
App side rail on paper: icon+label rows, active accent wash, optional collapsed icons-only mode. Shell navigation, not mega menus.
Draw
draw a card
$npx shadcn@latest add @clow/nav-railFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Playground
props
<NavRail />Examples
basic
Props
| prop | type | default |
|---|---|---|
| title | text | Clow |
| collapsed | boolean | false |

