Files
e5262ada-cfa4-44fa-b8df-ddd…/registry/schemas/Input.schema.json
Nikolay Pecheniev 13de47a16f Initial commit
2026-02-04 16:04:20 +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"
}
}