Any client-side logging that is done through storybook should be done through this package.
Storybook Channel is similar to an EventEmitter. Channels are used with Storybook implementations to send/receive events between the Storybook Manager and the Storybook Renderer.
Component Story Format (CSF) utilities
Any node logging that is done through storybook should be done through this package.
Storybook PostMessage Channel is a channel for Storybook that can be used when the Storybook Renderer runs inside an iframe or a child window. A channel can be created using the `createChannel` function.
Parse and manipulate CSF and Storybook config files
The contents of this package have moved to `@storybook/preview-api`. Please update your import.
Get UI feedback when an action is performed on an interactive element
Storybook Websocket Channel is a channel for Storybook that can be used when the Storybook Renderer should communicate with the Storybook Manager over the network. A channel can be created using the `createChannel` function.
The semantic version parser used by npm for browser.
Shared utility functions for frameworks to implement docs
Document component usage and properties in Markdown
Build responsive components by adjusting Storybook’s viewport size and orientation
Interact with component inputs dynamically in the Storybook UI
Switch backgrounds to view components in different settings
Create your own toolbar items that control story rendering
Telemetry logging for crash reports and usage statistics
Curated addons to bring out the best of Storybook
Inspect layouts by visualizing the box model
The contents of this package have moved to `@storybook/preview-api`. Please update your import.
Outline all elements with CSS to help with layout placement and alignment
Link stories together to build demos and prototypes with your UI components
A webpack plugin to inject react typescript docgen information.
MDXv1 to CSF webpack compiler and loader
TODO write proper documentation of this package
The Storybook Instrumenter is used to patch a (3rd party) module to track and intercept function invocations for step-through debugging using the Interactions addon. In essense, the Instrumenter traverses a given object, recursively monkey-patching any fu
Automate, test and debug user interactions
Instrumented version of Testing Library for Storybook Interactions
Storybook's CLI - easiest method of adding storybook to your projects