How to use the react-instantsearch-core.connectRange function in react-instantsearch-core

To help you get started, we’ve selected a few react-instantsearch-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github algolia / react-instantsearch / packages / react-instantsearch-dom / src / widgets / RangeInput.js View on Github external
*   
 *     
 *   
 * );
 */

const RangeInputWidget = props => (
  
    
  
);

export default connectRange(RangeInputWidget);
github algolia / react-instantsearch / packages / react-instantsearch-dom / src / widgets / RatingMenu.js View on Github external
*   
 *     
 *   
 * );
 */

const RatingMenuWidget = props => (
  
    
  
);

export default connectRange(RatingMenuWidget);