Files
f8fcf775-a59d-4f39-8a59-19a…/registry/schemas/Input.schema.json
kudinDmitriyUp 270d5c53ab Initial commit
2026-04-04 19:55:05 +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"
}
}