Files
e5542d44-32d3-4533-8667-7c7…/registry/schemas/Input.schema.json
2026-02-10 00:29:10 +00: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"
}
}