Files
8f9890c9-4d4e-4242-8ec9-06c…/registry/schemas/Input.schema.json
Nikolay Pecheniev f19fcdb79b Initial commit
2026-03-12 13:40:24 +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"
}
}