Files
0d084e70-c8cb-4c32-a8b7-148…/registry/schemas/Input.schema.json
Nikolay Pecheniev ca85f9d739 Initial commit
2026-03-31 13:33:37 +03: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"
}
}