Coder Social home page Coder Social logo

cottrellio / ember-xy Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.85 MB

Ember components lib (inspired by material design) using Ember-CSS-Modules

Home Page: https://cottrellio.github.io/ember-xy/

License: MIT License

JavaScript 41.05% CSS 49.40% HTML 9.54%

ember-xy's Introduction

ember-xy

Inspired by Material Design (MD) component-library for Ember, but this time written with Ember-CSS-Modules!

I say inspired because while a lot of the core design/ functionality comes from MD, I have taken many liberties.

Check out the Docs with live demos!

Why CSS Modules?

CSS Modules localizes your styles to your component (each component has it's own styles CSS file). This makes your styles a first-class citizen along side your template.hbs and component.js. This means you can easily assign styles to each component to extend or override the defaults.

Your component structure using CSS Modules:

/my-component
   +component.js
   +styles.css
   +template.hbs

tldr; By moving your CSS into your component module, you can take control of the design while still having the heavy lifting done by the addon.

Installation

  • git clone [email protected]:cottrellio/ember-xy.git this repository
  • cd ember-xy
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

ember-xy's People

Contributors

cottrellio avatar ember-tomster avatar

Stargazers

Sean Goresht avatar Ilya Radchenko avatar

Watchers

James Cloos 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.