GithubHelp home page GithubHelp logo

lholmquist / ember-material-lite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mike-north/ember-material-lite

0.0 2.0 0.0 797 KB

Material Design Lite for Ember.js Apps

Home Page: http://mike.works/ember-material-lite

License: MIT License

JavaScript 70.47% Handlebars 21.82% CSS 1.21% Shell 1.00% HTML 5.50%

ember-material-lite's Introduction

ember-material-lite

Build Status Dependency Status devDependency Status NPM Version Code Climate

Google's Material Design Lite for Ember.js apps

This addon requires ember >= 1.11.0

NOTICE: This library is under heavy development. Please expect APIs to change, components to be removed, added, etc... until a 1.0 release

Installation

# ember-cli < 0.2.3
ember install:addon ember-material-lite
# ember-cli >= 0.2.3
ember install ember-material-lite

Without SASS

This addon can be used without SASS (relying on pure CSS for styles). If you choose this path, you'll need to alter your app slightly.

  1. Delete the ember-cli-sass NPM dependency that the installation blueprint will add to your app. You may also remove the bower dependency on material-design-lite-src, making sure to leave the one for (material-design-lite in place)
  2. Your app.css should start with
@import "bower_components/material-design-lite/material.css";

Configuration

Colors

You can customize the colors of material design elements globally by setting sass variables prior to importing the main styles.

app/styles/app.scss

@import "_color-definitions";

$color-primary: $palette-teal-500;
$color-accent: $palette-pink-A200;

@import "material-design-lite";

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

ember-material-lite's People

Contributors

ember-tomster avatar kategengler avatar mike-north avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.