Skip to content

onehilltech/ember-cli-mdl

Repository files navigation

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.