Files
dafb2fd5-e72d-4861-b320-e24…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev c590e43a87 Initial commit
2026-03-13 17:27:44 +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"
}
}