Files
8042b1e4-d72f-4543-b4fe-82d…/registry/schemas/Input.schema.json
vitalijmulika ec2245e700 Initial commit
2026-03-12 16:55:03 +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"
}
}