ember-cli-mdl

0.22.1 • Public • Published

ember-cli-mdl

EmberJS add-on for Material Design Lite

Deprecation Notice

This library has been deprecated. We receommend you use ember-cli-mdc.

Installation

ember install ember-cli-mdl

Due to our dependency on other add-ons that have conflicting dependencies, you must select the following choices to resolve the conflicts at install.

2) material-design-lite ^1.3.0

Configuration

The following values can be used to configure the behavior of the add-on. All configuration properties should be placed in config/environment.js.

let ENV = {
    // ...
    
    materialize: {
      embedIconFonts: true            // embed icon fonts, or link from online
    }  
    
    // ...
};

Next Steps

See the Wiki for more information.

/ember-cli-mdl/

    Package Sidebar

    Install

    npm i ember-cli-mdl

    Weekly Downloads

    2

    Version

    0.22.1

    License

    MIT

    Unpacked Size

    899 kB

    Total Files

    335

    Last publish

    Collaborators

    • onehilltech