Files
b7d7c5ac-e0b9-4bd7-9aba-e7e…/registry/schemas/Input.schema.json
2026-03-12 00:03:57 +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"
}
}