How to use the react-instantsearch-core.connectNumericMenu 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 / NumericMenu.js View on Github external
*         { start: 10, end: 100, label: '$10 - $100' },
 *         { start: 100, end: 500, label: '$100 - $500' },
 *         { start: 500, label: '> $500' },
 *       ]}
 *     />
 *   
 * );
 */

const NumericMenuWidget = props => (
  
    
  
);

export default connectNumericMenu(NumericMenuWidget);