Files
medusa-store/www/apps/ui/src/specs/Input/Input.json
T
github-actions[bot] e196ad7659 chore(docs): Updated UI Reference (automated) (#9726)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-10-24 09:38:58 +00:00

19 lines
386 B
JSON

{
"description": "This component is based on the `input` element and supports all of its props",
"methods": [],
"displayName": "Input",
"props": {
"size": {
"defaultValue": {
"value": "\"base\"",
"computed": false
},
"description": "The input's size.",
"required": false
}
},
"composes": [
"VariantProps",
"Omit"
]
}