A button select component for your ember app.
# From within your ember-cli project
ember install:addon ember-button-select
In your template:
When one of the button options is selected, it will have the 'selected' class set on it. In addition, the selected
binding that gets passed into the button-select
component will be updated to the selected buttons value
.
Styling is left completely to you.