emberjs-slider
This README outlines the details of collaborating on this EmberJS component. It is a basic HTML slider managed by EmberJS.
TODO
- Allow CSS injection.
- JavaScript logic (onRangeChanged, onValueChanged).
- Handle invalid input on didRender: See component lifecycle.
Development
Instructions on how to contribute to this project.
Prerequisites
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
Installation
git clone <repository-url>
this repositorycd emberjs-slider
npm install
Running Tests
ember test
ember test --server
Linting
npm run lint:js
npm run lint:js -- --fix