Files
c70ababe-eb77-4daf-b4e4-9f8…/registry/schemas/Input.schema.json
vitalijmulika f5d7bfdad2 Initial commit
2026-03-10 12:20:17 +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"
}
}