Files
bac14a48-730c-4fa7-8290-79a…/registry/schemas/Input.schema.json
Nikolay Pecheniev 59f3993b14 Initial commit
2026-03-12 14:15:45 +02: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"
}
}