Skip to content

mwadden/ember-searchable-select

 
 

Repository files navigation

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/.

About

Data-down, actions up select-like menu with searching and tagging capabilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.6%
  • HTML 27.2%
  • CSS 7.2%