Files
da67a20f-01c9-4901-adfc-fef…/registry/schemas/Input.schema.json
kudinDmitriyUp 99f6260ed4 Initial commit
2026-03-08 14:09:10 +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"
}
}