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.
Widget Components
are React components crafted with the primitives included in @sitecore-search/ui
to be used to compose
Widgets
. In other words, are the different parts of a Widget
. For instance, a facet is a Widget Component
used by a Search Results Widgets
.
The following image describes the different components included on a Search Results Widget
:
Components can be created using the CLI by running the following command:
npx sc-search new-component
Following the wizard instructions will result on a new component.