Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/shell/RailNav.astro",
"defaultProps": {
"items": 4,
"currentPath": "/displays/rail-nav"
},
"configurableProps": [
{
"name": "items",
"type": "NavItem[]",
"defaultValue": 4,
"description": "Navigation links."
}
]
}