Files
8f9890c9-4d4e-4242-8ec9-06c…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev 2e85713b43 Initial commit
2026-03-12 13:52:02 +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"
}
}