Files
c91a67ee-c4ad-4705-8388-208…/registry/schemas/Input.schema.json
vitalijmulika 25e34acf1d Initial commit
2026-02-09 19:11:55 +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"
}
}