Files
dec7fc4d-1cfe-4d4e-bf61-62e…/registry/schemas/Input.schema.json
kudinDmitriyUp f7df407be7 Initial commit
2026-03-16 16:50:16 +00: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"
}
}