Configuration Options
{
"packageEntry": "@treeseed/ui/components/astro/forms/PasswordMeter.astro",
"defaultProps": {
"minLength": 12,
"label": "Password strength"
},
"configurableProps": [
{
"name": "minLength",
"type": "number",
"defaultValue": 12,
"description": "Length rule threshold."
},
{
"name": "label",
"type": "string",
"defaultValue": "Password strength",
"description": "Meter label."
}
]
}