All Projects → tedconf → Ember Searchable Select

tedconf / Ember Searchable Select

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ember Searchable Select

ember-app-shell
No description or website provided.
Stars: ✭ 23 (-39.47%)
Mutual labels:  ember, addon
Ember Cli Updater
ember-cli addon to help you update your ember-cli application or addon.
Stars: ✭ 32 (-15.79%)
Mutual labels:  addon, ember
ember-best-language
🏳 A FastBoot-enabled addon to detect the best language for your user.
Stars: ✭ 18 (-52.63%)
Mutual labels:  ember, addon
ember-right-click-menu
An easy and flexible addon to add context menus anywhere in your application
Stars: ✭ 14 (-63.16%)
Mutual labels:  ember, addon
ember-links-with-follower
Render a set of links with a "follower" line underneath. The follower moves to the active link, matching size and position on the page.
Stars: ✭ 43 (+13.16%)
Mutual labels:  ember, addon
ember-audio
An Ember addon that makes working with the Web Audio API super EZ.
Stars: ✭ 33 (-13.16%)
Mutual labels:  ember, addon
ember-legit-forms
Component for creating flexible forms along with validations.
Stars: ✭ 41 (+7.89%)
Mutual labels:  ember, addon
Ember Font Awesome
ember-cli addon for using Font Awesome icons in Ember apps
Stars: ✭ 225 (+492.11%)
Mutual labels:  addon, ember
ember-cli-daterangepicker
Just a simple component to use bootstrap-daterangepicker.
Stars: ✭ 32 (-15.79%)
Mutual labels:  ember, addon
ember-formly
JavaScript powered forms for Ember
Stars: ✭ 24 (-36.84%)
Mutual labels:  ember, addon
ember-vertical-timeline
A Vertical Timeline for Ember.js apps 🚀
Stars: ✭ 19 (-50%)
Mutual labels:  ember, addon
Ember Can
Simple authorisation addon for Ember apps
Stars: ✭ 262 (+589.47%)
Mutual labels:  addon, ember
ember-osf
Ember Addon for interacting with the Open Science Framework
Stars: ✭ 14 (-63.16%)
Mutual labels:  ember, addon
ember-contextual-services
Services in Ember are scoped to the app as a whole and are singletons. Sometimes you don't want that. :) This addon provides ephemeral route-based services.
Stars: ✭ 20 (-47.37%)
Mutual labels:  ember, addon
ember-window-messenger
This aims to be an simple window postMessage services provider.
Stars: ✭ 17 (-55.26%)
Mutual labels:  ember, addon
ember-ref-bucket
This is list of handy ember primitives, created to simplify class-based dom workflow
Stars: ✭ 31 (-18.42%)
Mutual labels:  ember, addon
Ember Page Title
Page title management for Ember.js Apps
Stars: ✭ 177 (+365.79%)
Mutual labels:  addon, ember
Ember Power Calendar
Powerful and customizable calendar component for Ember
Stars: ✭ 200 (+426.32%)
Mutual labels:  addon, ember
ember-app-scheduler
An Ember addon to schedule work until after the initial render.
Stars: ✭ 67 (+76.32%)
Mutual labels:  ember, addon
ember-eui
Ember Components for Elastic Eui
Stars: ✭ 22 (-42.11%)
Mutual labels:  ember, addon

Ember-searchable-select

This addon is prepared for internal use at TED. We're happy to share our code as open-source, but be aware that it may not be maintianed for broader community use.

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

Prerequisites

You will need the following things properly installed on your computer.

Running a demo

  • git clone this repository
  • npm install
  • bower install
  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)

or to run a test server while developing:

  • ember test --server

Building

  • ember build

For contributors:

PRs that do not include the following will not be merged:

  • a passing test suite
  • test coverage for your new code
  • updated README docs (if applicable)
  • updated docs and/or examples in the docs site found in tests/dummy (if applicable)

For maintainers:

Updating the GitHub pages docs site

  • ember github-pages:commit --message "update gh-pages"
  • git push origin gh-pages

Creating a new release and publishing to npm

  • Make sure you have write access on npm. Ask an existing collaborator to grant you access if you don't.
  • npm version $TYPE -m "message about this version" where $TYPE indicates the semver release type, eg. patch, major or minor. see the npm-version docs and (semver docs)[http://semver.org/] if you're not sure which applies
  • npm publish
  • git push --tags
  • document the changes by creating a new release

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].