Files
beb3efcf-19ed-4400-b592-6db…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev 21e5931cb4 Initial commit
2026-03-13 16:05:38 +02: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"
}
}