Skip to content

Instantly share code, notes, and snippets.

View tobyS's full-sized avatar

Tobias Schlitt tobyS

View GitHub Profile
@tobyS
tobyS / minimal_range_example.jsx
Created November 30, 2018 14:21
Circular data cycle with range slider UI component in ReactJS
class PriceRange extends PureComponent {
constructor (props) {
super(props)
this.state = {
range: null,
}
}
// Overwrites the state if page just loaded or other