Package Exports
- ember-aria-slider
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-aria-slider) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ember-aria-slider
An Ember Slider addon based on WAI-ARIA Authoring practices. For more info, click here
Tutorial
There is also a tutorial available here to learn how to create this addon from scratch.
Demo
Installation
ember install ember-aria-slider
Usage
Example Markup:
{{aria-slider
minValue=0
maxValue=255
currentValue=50
}}
Properties
minValue [ NUMBER ]
Minimum value for the slider
maxValue [ NUMBER ]
Minimum value for the slider
currentValue [ NUMBER ]
Current value for the slider
Class Diagram
Component interface
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.