Files
539aea6a-80b9-47c8-9f13-7e0…/registry/schemas/Input.schema.json
vitalijmulika ad72e20546 Initial commit
2026-03-11 17:15:06 +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"
}
}