storybook/docs/api/frameworks-feature-support.md
2022-07-25 18:51:24 +02:00

20 lines
925 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 'Feature support for frameworks'
---
Storybook integrates with many popular frontend frameworks. We do our best to keep feature parity amongst frameworks, but its tricky for our modest team to support every framework.
Below is a comprehensive table of whats supported in which framework integration. If youd like a certain feature supported in your framework, we welcome pull requests.
## Core frameworks
Core frameworks have dedicated maintainers or contributors who are responsible for maintaining the integration. As such, you can use most Storybook features in these frameworks.
<FrameworkSupportTable core />
## Community frameworks
Community frameworks have fewer contributors which means they may not be as up to date as core frameworks. If you use one of these frameworks for your job, please consider contributing to its integration with Storybook.
<FrameworkSupportTable core={false} />