Files
7623874c-e28f-4344-a382-bc4…/registry/schemas/Input.schema.json
vitalijmulika 66527b3c99 Initial commit
2026-02-05 18:17:36 +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"
}
}