Files
02be6e40-95fe-4d2b-a3a1-0bf…/registry/schemas/Textarea.schema.json
2026-04-12 16:03:27 +00:00

13 lines
325 B
JSON

{
"name": "Textarea",
"propsSchema": {
"value": "string",
"onChange": "(value: string) => void",
"placeholder?": "string",
"rows?": "number (default: 5)",
"required?": "boolean (default: false)",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"className?": "string"
}
}