No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Banner Widget

The BannerWidget component renders the content of any Banner widget type created in CEC app.

Importing

import { BannerWidget } from '@sitecore-search/react';

Usage

import { WidgetsProvider, BannerWidget } from "@sitecore-search/react"; const MyApp = () => { return ( <WidgetsProvider env='<environment>' customerKey='<customer key>' apiKey='<api key>' > <BannerWidget rfkId="<rfkid_banner>" /> </WidgetsProvider> ) };