Files
7aba097d-f68a-4760-a9e0-906…/registry/schemas/Input.schema.json
vitalijmulika 80863ab2b9 Initial commit
2026-02-10 13:36:04 +02:00

13 lines
349 B
JSON

{
"name": "Input",
"propsSchema": {
"value": "string (required)",
"onChange": "(value: string) => void (required)",
"type?": "string (default: 'text')",
"placeholder?": "string",
"required?": "boolean (default: false)",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"className?": "string"
}
}