Files
43bae50d-83b2-4db7-9dab-dfc…/registry/schemas/Textarea.schema.json
kudinDmitriyUp 62a02bb4db Initial commit
2026-03-26 03:10:27 +00: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"
}
}