Files
aa0d1ae8-8d18-4c4e-8a50-849…/registry/schemas/Input.schema.json
Nikolay Pecheniev 8cf2984d68 Initial commit
2026-02-25 19:43:26 +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"
}
}