Files
e60c7f60-e85d-4b95-afa3-3c2…/registry/schemas/Input.schema.json
vitalijmulika a5f0fdb07b Initial commit
2026-03-24 15:15:40 +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"
}
}