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.
Storybook 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.
The semantic version parser used by npm for browser.
Get UI feedback when an action is performed on an interactive element
The store is reponsible for loading a story from a CSF file and preparing into a `Story` type, which is our internal format.
Storybook for React: Develop React Component in isolation with Hot Reloading.
An experimental library to read, analyze, transform, and write CSF programmatically.
Document component usage and properties in Markdown
Build responsive components by adjusting Storybook’s viewport size and orientation
This is the main API for the (web) version of the Storybook Preview.
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.
Interact with component inputs dynamically in the Storybook UI
Switch backgrounds to view components in different settings
Link stories together to build demos and prototypes with your UI components
Create your own toolbar items that control story rendering
Curated addons to bring out the best of Storybook
A webpack plugin to inject react typescript docgen information.
Inspect layouts by visualizing the box model
Outline all elements with CSS to help with layout placement and alignment
MDXv1 to CSF webpack compiler and loader
Shared utility functions for frameworks to implement docs
Telemetry logging for crash reports and usage statistics
Test component compliance with web accessibility standards
Storybook addon for editing props
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.
Best practice rules for Storybook
Instrumented version of Testing Library for Storybook Interactions
Automate, test and debug user interactions