@aurelia-material-components/top-app-bar

0.0.0-ALPHA-0.0.13 • Public • Published

Aurelia Material Component - Top App Bar

See Aurelia Material Components Plugin

Install

npm i -S @aurelia-material-components/top-app-bar

Use

// under Aurelia Main JS

export function configure(aurelia) {
    aurelia.use
        .standardConfiguration();

    aurelia.use
        // ...
        .plugin(PLATFORM.moduleName('@aurelia-material-components/top-app-bar'), (config) => {
            // only if you want to use containerless components
            config.useContainerless();
        });

    aurelia.start();
}

Package Sidebar

Install

npm i @aurelia-material-components/top-app-bar

Homepage

aurelia.io

Weekly Downloads

2

Version

0.0.0-ALPHA-0.0.13

License

Apache-2.0

Unpacked Size

103 kB

Total Files

20

Last publish

Collaborators

  • dragoscirjan