Files
f9db8dc3-96f5-4c4e-8b16-167…/registry/schemas/Input.schema.json
Nikolay Pecheniev 77512738e7 Initial commit
2026-02-26 15:07:21 +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"
}
}