Coder Social home page Coder Social logo

h55nick / ember-foundation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from serho/ember-foundation

0.0 1.0 0.0 883 KB

Ember Addon for Zurb Foundation 5 library and Ember components

Home Page: http://joshforisha.github.io/ember-foundation

License: MIT License

JavaScript 97.45% CSS 2.55%

ember-foundation's Introduction

ember-foundation

Ember Addon for Zurb Foundation 5 library and Ember components

Warning: This is an ember-addon library that is in heavy development! Use at your own risk.

Install & Setup

Within an ember-cli app, run:

npm install --save-dev ember-foundation

Next, run the blueprint for ember-foundation:

ember generate ember-foundation

Stylesheets

Using SASS

In your app.scss, simply import "ember-foundation":

// app/styles/app.scss

@import "ember-foundation";

This will include normalize.css and all Foundation styles.

Using CSS

To use plain CSS, you'll need to import the CSS files within your Brocfile.js:

// Brocfile.js

app.import('bower_components/foundation/css/normalize.css');
app.import('bower_components/foundation/css/foundation.css');

Component Documentation Pages

The tests/dummy app included in this repository includes demos and examples for all of the Ember-based components. To view the app, simply run ember serve or ember build from the root folder of this addon.

Note that you will need to have the development dependencies installed for the addon, so an npm install and bower install might be necessary as well.

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.