Browse Source

adds options to navbar component

pull/309/head
kevmodrome 6 years ago
parent
commit
0aa9aece0b
  1. 1
      packages/builder/src/components/userInterface/AppPreview/iframeTemplate.js
  2. 8
      packages/builder/src/components/userInterface/temporaryPanelStructure.js

1
packages/builder/src/components/userInterface/AppPreview/iframeTemplate.js

@ -17,6 +17,7 @@ export default ({
body, html {
height: 100%!important;
font-family: Roboto !important;
}
.lay-__screenslot__text {
width: 100%;

8
packages/builder/src/components/userInterface/temporaryPanelStructure.js

@ -349,7 +349,13 @@ export default {
"A component for handling the navigation within your app.",
icon: "ri-navigation-fill",
children: [],
properties: { design: { ...all } },
properties: {
design: { ...all },
settings: [
{ label: "Logo URL", key: "logoUrl", control: Input },
{ label: "Title", key: "title", control: Input },
{ label: "Background", key: "backgroundColor", control: Input }],
},
},
],
},

Loading…
Cancel
Save