UNPKG

@plone/volto

Version:
28 lines (23 loc) 500 B
Search example: ```jsx static <SearchComponent path="" searchableText="" items={[]} /> ``` Output: ```jsx noeditor const { Provider } = require('react-intl-redux'); const configureStore = require('redux-mock-store').default; const store = configureStore()({ userSession: { login: {}, }, intl: { locale: 'en', messages: {}, }, }); <div className={'rsg--pre-42'}> <Provider store={store}> <SearchComponent path="" searchableText="" items={[]} /> </Provider> </div>; ```