Files
7287834b-6f5f-404d-bae5-1d0…/registry/schemas/Textarea.schema.json
Nikolay Pecheniev 7e648135b6 Initial commit
2026-02-16 14:02:31 +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"
}
}