Files
0d084e70-c8cb-4c32-a8b7-148…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev ca85f9d739 Initial commit
2026-03-31 13:33:37 +03: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"
}
}