Files
149a6b04-a5f1-435e-9c16-e24…/registry/schemas/Input.schema.json
vitalijmulika fbfbbe5009 Initial commit
2026-04-10 15:44:09 +03:00

13 lines
327 B
JSON

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