Files
8e2a71f2-ca48-4e78-b731-caa…/registry/schemas/Input.schema.json
kudinDmitriyUp 8f412c3d2d Initial commit
2026-03-05 17:06:24 +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"
}
}