Files
a187d00a-ab1b-4887-8038-b01…/registry/schemas/Input.schema.json
vitalijmulika fb530d5644 Initial commit
2026-02-23 14:26:01 +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"
}
}