Files
bc864201-8c31-46f1-a04f-c7e…/registry/schemas/Input.schema.json
Nikolay Pecheniev 3286c0d15d Initial commit
2026-02-10 16:15:21 +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"
}
}