StoryProvider#
A global provider that provides the context to make withStory work, holding the current story. Also makes sure the Storyblok JS Bridge gets loaded when needed.
Parameters#
StoryProvider accepts the following properties:
Usage#
Basic example#
Wrap your entire app in the provider. For example in Next.js, in the render function of _app: