Files
4246d362-de5a-4f04-848e-a9f…/registry/schemas/Input.schema.json
Nikolay Pecheniev b288e0e2ce Initial commit
2026-02-06 16:14:12 +02:00

13 lines
349 B
JSON

{
"name": "Input",
"propsSchema": {
"value": "string (required)",
"onChange": "(value: string) => void (required)",
"type?": "string (default: 'text')",
"placeholder?": "string",
"required?": "boolean (default: false)",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"className?": "string"
}
}