Files
88ea2088-8d1b-4a96-a7b1-e54…/registry/schemas/Input.schema.json
kudinDmitriyUp c35b1dbcbe Initial commit
2026-03-26 12:20:31 +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"
}
}