Files
5f8630a4-9917-4ff0-a924-261…/registry/schemas/Input.schema.json
vitalijmulika d68f386e88 Initial commit
2026-02-05 16:57:17 +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"
}
}