0.9.2 • Published 8 years ago

prism-searchable-select v0.9.2

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

Ember-searchable-select

Installation

To get started, install this addon, ember-cli-sass, and include the ember-searchable-select styles in your app.scss.

ember install ember-searchable-select
ember install ember-cli-sass

app.scss

@import "ember-searchable-select/style";

Documentation & Demos

There are many ways to customize and configure ember-searchable-select. Full documentation and demos can be found at http://tedconf.github.io/ember-searchable-select/.

Collaborating

Running the demo app

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

Deploying the documentation demo app

git checkout master
ember github-pages:commit --message "Update gh-pages"

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