Back

Ember-Select-Light 2.0 Released

Ember-Select-Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible.

🍿 1 min. read

Inspired by ember-component-pattern's for how to best write a Select Element, ember-select-light is now Octane Ready with the latest release!

Getting started is as easy as...

ember install ember-select-light
<SelectLight
  @value="turtle"
  @options={{array "turtle" "tortoise"}}
  @change={{action "handleChange"}} />

See the full docs here for further details of how it can be used and styled.

Additionally, I'm happy to announce the addon has been moved to the official Ember A11y GitHub Org!

Back