Skip to content

Instantly share code, notes, and snippets.

@siddharthlatest
Forked from rajmeghpara/App.js
Last active June 8, 2018 11:26
Show Gist options
  • Save siddharthlatest/b44026df87f727cfd2e7033e2e9f7111 to your computer and use it in GitHub Desktop.
Save siddharthlatest/b44026df87f727cfd2e7033e2e9f7111 to your computer and use it in GitHub Desktop.
<SingleRange
componentId= "revenue-list"
dataField= "ran_revenue"
className= "revenue-filter"
data={[
{ start: 0, end: 1000, label: "< 1M" },
{ start: 1000, end: 10000, label: "1M-10M" },
{ start: 10000, end: 500000, label: "10M-500M" },
{ start: 500000, end: 1000000, label: "500M-1B" },
{ start: 1000000, end: 10000000, label: "> 1B" }
]}
showRadio={true}
showFilter={true},
filterLabel="Revenue"
URLParams= false
innerClass= {{
label: "revenue-label",
radio: "revenue-radio"
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment