Skip to content

Instantly share code, notes, and snippets.

@willrp
willrp / pricerange.js
Created June 27, 2017 09:24
Pricerange.js
import React, {Component} from "react";
import {bindActionCreators} from "redux";
import {connect} from "react-redux";
import InputRange from "react-input-range";
import "react-input-range/lib/css/index.css";
import {fetchSearch} from "../../actions/action-fetch-search";
class PriceRange extends Component {
constructor(props){