Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/shell/BottomNav.astro",
"defaultProps": {
"items": 3,
"currentPath": "/displays/bottom-nav"
},
"configurableProps": [
{
"name": "items",
"type": "NavItem[]",
"defaultValue": 3,
"description": "Navigation items."
},
{
"name": "currentPath",
"type": "string",
"defaultValue": "/displays/bottom-nav",
"description": "Current path marker."
}
]
}