Skip to content

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

License

Notifications You must be signed in to change notification settings

LexLythius/ember-cli-materialize

 
 

Repository files navigation

ember-cli-materialize

Build Status Code Climate Ember Observer Score

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

*Materialize Version ~0.96.1

Main features

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

Usage

The online demo demonstrates all components with all possible options.

Or you can download the demo:

$ 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

Configuration

Using SASS makes configuring the color scheme simple. Just make sure you import components/color and components/variables before materialize like the example below.

// Example app.scss
@import 'components/color';
@import 'components/variables';

// Custom color settings go here
$primary-color: color("pink", "lighten-2");

@import 'materialize';

See the materialize docs on sass variables here.

Installation

$ ember install ember-cli-materialize

Contributing

See CONTRIBUTING file.

License

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.5%
  • Handlebars 35.2%
  • CSS 1.4%
  • HTML 0.9%