Files
6295c6fc-e02a-4aac-9491-d05…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev 934578138e Initial commit
2026-02-23 13:02:53 +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"
}
}