0.7.2 • Published 9 years ago

ember-foundation v0.7.2

Weekly downloads
15
License
MIT
Repository
github
Last release
9 years ago

ember-foundation

NPM version Ember CLI version Ember version Foundation version

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:

ember install 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. You can view this app at its public location, Ember-Foundation. To build the app yourself, 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.

0.7.2

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago