Files
5c9cbcf1-ce9b-4e1d-8b04-c71…/registry/schemas/Input.schema.json
vitalijmulika 37932c38f1 Initial commit
2026-02-11 17:36:49 +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"
}
}