Like with web applications, there are many ways to include CSS within Storybook. Learn more about setting up styling within Storybook.
- Learn moreOften when a story doesn't render, it's because your component is expecting a specific environment or context (like a theme provider) to be available.
- Learn moreTo link static files (like fonts) to your projects and stories, use the - `staticDirs` configuration option to specify folders to load when - starting Storybook.
- Learn moreAuto-generate living, - interactive reference documentation from your components and stories.
- Learn morePublish your Storybook to review and collaborate with your entire team.
- Learn moreEmbed your stories into Figma to cross-reference the design and live - implementation in one place.
- Learn moreUse stories to test a component in all its variations, no matter how - complex.
- Learn moreAutomatically test your components for a11y issues as you develop.
- Learn more