JSPM

  • Created
  • Published
  • Downloads 172
  • Score
    100M100P100Q76194F
  • License MIT

The default blueprint for ember-cli addons.

Package Exports

  • ember-cli-materialize

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-cli-materialize) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ember-cli-materialize

Build Status

An ember-cli addon for using Materialize (CSS Framework based on Material Design) in Ember applications.

Materialize Version 0.93

This addon:

  • Imports Materialize sass (via ember-cli-sass) and fonts into your app.
  • It's a components library for all Materialize components

Changelog

See CHANGELOG file.

Usage

See USAGE file.

Installation

# install via npm
$ npm install ember-cli-materialize --save-dev
# make ember-cli fetch internal dependencies
$ ember g ember-cli-materialize

Demo

The demo demonstrates all components with all possible options

$ sudo npm install -g ember-cli
$ git clone git@github.com:sgasser/ember-cli-materialize
$ cd ember-cli-materialize
# install dependencies
$ npm install && bower install
# fire up local server
$ ember serve

Contributing

See CONTRIBUTING file.

License

ember-cli-materialize is released under the MIT License. See the bundled LICENSE file for details.