Gathering detailed insights and metrics for ember-aria-multi-thumb-slider
Gathering detailed insights and metrics for ember-aria-multi-thumb-slider
Gathering detailed insights and metrics for ember-aria-multi-thumb-slider
Gathering detailed insights and metrics for ember-aria-multi-thumb-slider
An ember addon for a two thumb slider to pick a value range
npm install ember-aria-multi-thumb-slider
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (70.53%)
CSS (13.12%)
Handlebars (9.43%)
HTML (6.91%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
67 Commits
1 Forks
2 Watchers
15 Branches
4 Contributors
Updated on May 07, 2021
Latest Version
1.0.8
Package Id
ember-aria-multi-thumb-slider@1.0.8
Unpacked Size
621.53 kB
Size
134.96 kB
File Count
16
NPM Version
3.5.4
Node Version
10.15.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
29
A two-thumb slider is a slider with two thumbs that each set a value in a group of related values, for example selecting a price range for a product or service.
This component is totally based on the WAI-ARIA Authoring Practices for accessible components. Slider (Multi-thumb)
ember install ember-aria-multi-thumb-slider
Setup slider icons:
Add your icons for the left and right sliders to the following directory and name them as max-arrow.png
and min-arrow.png
.
1cd <ember-app-root-dir>/public/images
Example Markup:
1{{aria-multi-thumb-slider 2 title="Select a hotel between $0 and $500" 3 label="Hotel Price" 4 minValue=0 5 maxValue=500 6 currentMin=50 7 currentMax=200 8 units="$" 9}}
For custom thumb sliders:
1 {{aria-multi-thumb-slider 2 title="Select a flight between $0 and $1000" 3 label="Flight Price" 4 minValue=0 5 maxValue=100 6 currentMin=5 7 currentMax=50 8 minThumb="images/min-color-arrow.png" 9 maxThumb="images/max-color-arrow.png" 10 }}
Tool-tip text for the slider
ARIA label text for the thumbs.
Minimum value for the range
Maximum value for the range
Current minimum value for the range
Current maximum value for the range
The dimension for the value of slider
The image url for the minimum value thumb of the slider
The image url for the maximum value thumb of the slider
The flag which tells whether we need to prefix or suffix the units to the value
Default: true
ember serve
npm test
(Runs ember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
120 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More