Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/forms/Field.astro",
"defaultProps": {
"label": "Project name",
"help": "Short labels work best in navigation.",
"error": ""
},
"configurableProps": [
{
"name": "label",
"type": "string",
"defaultValue": "Project name",
"description": "Field label."
},
{
"name": "help",
"type": "string",
"defaultValue": "Short labels work best in navigation.",
"description": "Help text below the control."
},
{
"name": "error",
"type": "string",
"defaultValue": "",
"description": "Validation error text."
}
]
}