Files
d37e82f7-efa0-48fb-9618-1b9…/registry/schemas/Input.schema.json
vitalijmulika a9f0bdfa6d Initial commit
2026-02-04 17:49:11 +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"
}
}