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.
#
ParametersStoryProvider
accepts the following properties:
#
Usage#
Basic exampleWrap your entire app in the provider. For example in Next.js, in the render function of _app
: