prism-searchable-select
v0.9.2
Published
Data-down, actions up select-like menu with searching and filtering capabilities.
Downloads
1
Maintainers
Readme
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
ember server
- Visit your app at http://localhost:4200.
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/.