import React from 'react'; import { storiesOf } from '@storybook/react'; import { NumericMenu, Panel, Configure } from 'react-instantsearch-dom'; import { WrapWithHits } from './util'; const stories = storiesOf('NumericMenu', module); stories .add('default', () => ( $500' }, ]} /> )) .add('with a default range selected', () => ( $500' }, ]} defaultRefinement=":10" /> )) .add('with some non selectable ranges', () => ( $90000' }, ]} /> )) .add('with Panel', () => ( $500' }, ]} /> )) .add('with Panel but no refinement', () => ( $500' }, ]} /> ));