Kamaji2 MultiDialogo Components
Install
$ npm install km-components
Usage
Add the following line to /src/main.js
aurelia.use.plugin(PLATFORM.moduleName('km-components'));
Add the following to your main app Sass file (eg: /src/static/app.sass):
@import '../../node_modules/km-components/src/style/km'
Create your customized km-layout navigation configuration file /src/km-layout-navigation.js Create your customized km-layout toolbar configuration file /src/km-layout-toolbar.js