Sorry, but you either have no stories or none are selected somehow.
Please check the Storybook config.
Try reloading the page.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
Missing Context/Providers: You can use decorators to supply specific contexts or providers, which are sometimes necessary for components to render correctly. For detailed instructions on using decorators, please visit the Decorators documentation.
Misconfigured Webpack or Vite: Verify that Storybook picks up all necessary settings for loaders, plugins, and other relevant parameters. You can find step-by-step guides for configuring Webpack or Vite with Storybook.
Missing Environment Variables: Your Storybook may require specific environment variables to function as intended. You can set up custom environment variables as outlined in the Environment Variables documentation.
To see all the props supported by the Icon component, refer to this story.
Support preview icons for RTL
SVG component
A new component SVG has been added, which supports both src and srcRTL props. When in RTL and autoFlip is true, srcRTL will be used first.
To see all the props supported by the SVG component, refer to this story.
RTL icons
There are three types of icons under RTL:
(No corner mark) Icon that does not need to be flipped, no need to set up autoFlip
(Blue corner mark) Icon that automatically mirror flip, need to set autoFlip=true (Not ready yet)
(Purple corner mark) Icon that automatically use *--rtl.svg as srcRTL, need to set autoFlip=true