Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/shell/TopBar.astro",
"defaultProps": {
"brand": "TreeSeed",
"actions": 1
},
"configurableProps": [
{
"name": "brand",
"type": "Brand",
"defaultValue": "TreeSeed",
"description": "Top bar brand."
},
{
"name": "actions",
"type": "ButtonAction[]",
"defaultValue": 1,
"description": "Utility actions."
}
]
}