Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 483 Bytes

Ember-idx-button

A smart button with styling, icons and async support for Ember.js

Installation

npm install --save-dev ember-idx-button

For usage info, please see Demo

Development

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build