Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/shell/ShellIconLink.astro",
"defaultProps": {
"icon": "book"
},
"configurableProps": [
{
"name": "icon",
"type": "'book' | 'manager'",
"defaultValue": "book",
"description": "Icon glyph."
},
{
"name": "label",
"type": "string",
"defaultValue": "Book home",
"description": "Accessible label."
}
]
}