Skip to content

Instantly share code, notes, and snippets.

@mohdashraf010897
Created February 28, 2022 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohdashraf010897/9f7582d0ba80b240648f21086be623b2 to your computer and use it in GitHub Desktop.
Save mohdashraf010897/9f7582d0ba80b240648f21086be623b2 to your computer and use it in GitHub Desktop.
<RangeSlider
dataField="stars_num"
componentId="stars"
title="Repo Stars"
:range="{
start: 0,
end: 300000
}"
:defaultSelected="{
start: 0,
end: 300000
}"
:innerClass="{
title: 'inner-title',
slider: 'inner-slider-ui'
}"
:rangeLabels="{
start: '0',
end: '300K'
}"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment