Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/data/MetricGrid.astro",
"defaultProps": {
"metrics": 3,
"min": "12rem"
},
"configurableProps": [
{
"name": "metrics",
"type": "MetricItem[]",
"defaultValue": 3,
"description": "Metric cards to render."
},
{
"name": "min",
"type": "string",
"defaultValue": "12rem",
"description": "Minimum grid column width."
}
]
}