Files
383bae1c-229c-4fa4-8708-ffc…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev 09bfbf6c37 Initial commit
2026-02-17 13:27:05 +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"
}
}