Files
2bceb499-20ee-4e63-883e-aeb…/registry/schemas/Input.schema.json
Nikolay Pecheniev 030a6b987a Initial commit
2026-02-02 11:19:26 +02:00

13 lines
349 B
JSON

{
"name": "Input",
"propsSchema": {
"value": "string (required)",
"onChange": "(value: string) => void (required)",
"type?": "string (default: 'text')",
"placeholder?": "string",
"required?": "boolean (default: false)",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"className?": "string"
}
}