Files
2998d5ea-822c-4d6a-9fc5-83c…/registry/schemas/Input.schema.json
Nikolay Pecheniev 4b97657cab Initial commit
2026-03-12 15:42:52 +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"
}
}