unicef-polymer / etools-app-selector

0 stars 1 forks source link

Make app selector a bower package #1

Open adi130987 opened 7 years ago

adi130987 commented 7 years ago
menuOptions: {
    type: Array,
    value: []
}
<app-selector menu-options="[[myAppMenuOptions]]">
this.myAppMenuOptions = [
    {
        title: 'Dashboards',
        icon: 'app-selector-icons:dashIcon',
        appBaseUrl: 'dash' // maybe a baseUrl property will be useful too
    },
    {
        title: 'Partnership Management',
        icon: 'app-selector-icons:pmpIcon',
        appBaseUrl: 'pmp'
    },
    // ...
]
adi130987 commented 7 years ago

@marko911