Files
e2b51a3f-2f84-40bb-a5d8-e47…/registry/schemas/Input.schema.json
kudinDmitriyUp fabe93a929 Initial commit
2026-03-09 22:06:32 +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"
}
}