0.4.4 • Published 8 years ago

lytics-ember-components v0.4.4

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

Lytics Ember Components

TravisCI

This is a collection of generic components used by Lytics Inc.

Include it in your project

$ npm install --save-dev lytics-ember-components

And that's it! Assuming you are using ember-cli.

At this point you can use the components in templates like this

{{#lio-tip}}
  {{#lio-label}}A tip{{/lio-label}}
  {{#lio-popover}}
    The rollover part
  {{/lio-popover}}
{{/lio-tip}}

Or you can extend the components like this

import TipComponent from 'lytics-ember-components/components/lio-tip';

export default TipComponent.extend({
  // things!
});

What if I'm not using ember-cli?

Version 0.2.x uses a more welcoming build, and it is available on Bower.

$ bower install lytics-ember-components

Contributing

This is an Ember CLI project. As such, it is built and managed in the Ember CLI fashion.

Serve with ember serve

Test with ember test

View Examples

  1. Serve with ember serve
  2. Visit http://localhost:4200 for a directory
0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago