1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Merge branch 'master' of github.com:Budibase/budibase

This commit is contained in:
Michael Shanks 2020-06-02 17:08:05 +01:00
commit ceb21acb53

View file

@ -261,6 +261,7 @@ export default {
},
{
name: "Login",
_component: "@budibase/standard-components/login",
description:
"A component that automatically generates a login screen for your app.",
icon: "ri-login-box-fill",
@ -269,6 +270,7 @@ export default {
},
{
name: "Table",
_component: "@budibase/standard-components/datatable",
description: "A component that generates a table from your data.",
icon: "ri-archive-drawer-fill",
properties: { design: { ...all } },
@ -279,7 +281,7 @@ export default {
description: "A component that generates a form from your data.",
icon: "ri-file-edit-fill",
properties: { design: { ...all } },
_component: "@budibase/materialdesign-components/Form",
_component: "@budibase/standard-components/dataform",
template: {
component: "@budibase/materialdesign-components/Form",
description: "Form for saving a record",