Files
d2663cf2-d51e-4e90-a339-77f…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev 6bde3e73b3 Initial commit
2026-03-03 11:30:10 +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"
}
}