Files
d055d6d5-9ac6-4e22-9710-921…/registry/schemas/Input.schema.json
2026-02-11 18:36:48 +00: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"
}
}