onehilltech / ember-cli-mdl

EmberJS add-on for material design lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

EmberJS add-on for material design lite

License:Apache License 2.0


Languages

Language:JavaScript 80.2%Language:HTML 15.9%Language:CSS 3.9%