Files
a6013017-e578-42ac-9bdf-a45…/registry/schemas/Input.schema.json
vitalijmulika 709daa5968 Initial commit
2026-02-13 13:58:03 +02: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"
}
}