1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Update to component groupings

This commit is contained in:
Joe 2020-05-27 13:21:13 +01:00
parent 50c9fd2dc1
commit 74832d1303
2 changed files with 25 additions and 42 deletions

View file

@ -52,11 +52,9 @@
</div>
<style>
.panel {
padding: 20px 0px;
display: flex;
flex-wrap: wrap;
}
</style>

View file

@ -10,15 +10,6 @@ export default {
name: "Basic",
isCategory: true,
children: [
{
_component: "##builtin/screenslot",
name: "Screenslot",
description:
"This component is a placeholder for the rendering of a screen within a page.",
icon: "ri-crop-2-fill",
commonProps: {},
children: [],
},
{
_component: "@budibase/standard-components/container",
name: "Container",
@ -222,6 +213,7 @@ export default {
valueKey: "checked",
control: Checkbox,
},
],
},
},
@ -248,21 +240,6 @@ export default {
children: [],
properties: { design: { ...all } },
},
{
name: "Nav Bar",
_component: "@budibase/standard-components/Navigation",
description:
"A component for handling the navigation within your app.",
icon: "ri-navigation-fill",
children: [],
properties: { design: { ...all } },
},
],
},
{
name: "Data",
isCategory: true,
children: [
{
name: "Table",
description: "A component that generates a table from your data.",
@ -283,22 +260,6 @@ export default {
},
children: [],
},
{
_component: "@budibase/standard-components/datatable",
name: "DataTable",
description: "A table for displaying data from the backend.",
icon: "ri-archive-drawer-fill",
properties: { design: { ...all } },
children: [],
},
{
_component: "@budibase/standard-components/dataform",
name: "DataForm",
description: "Form stuff",
icon: "ri-file-edit-fill",
properties: { design: { ...all } },
children: [],
},
{
name: "Chart",
_component: "@budibase/standard-components/datachart",
@ -325,5 +286,29 @@ export default {
},
],
},
{
name: "Layouts",
isCategory: true,
children: [
{
_component: "##builtin/screenslot",
name: "Screenslot",
description:
"This component is a placeholder for the rendering of a screen within a page.",
icon: "ri-crop-2-fill",
commonProps: {},
children: [],
},
{
name: "Nav Bar",
_component: "@budibase/standard-components/Navigation",
description:
"A component for handling the navigation within your app.",
icon: "ri-navigation-fill",
children: [],
properties: { design: { ...all } },
},
],
},
],
}