1
0
Fork 0
mirror of synced 2024-08-08 06:37:55 +12:00
budibase/packages/server/appPackages/testApp/pages/unauthenticated/screens/LoginForm.json

16 lines
294 B
JSON
Raw Normal View History

{
"name": "LoginForm",
"description": "",
"inherits": "@budibase/standard-components/formControl",
"props": {
"label": "Joe",
"labelContainerClass": "Joe",
"controlContainerClass": "Joe",
"containerClass": "Joe",
"fullWidth": true
},
"tags": [
"login"
]
}