Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
Addon IE 11
Storybook IE11 compatibility addon
npm install @storybook/addon-ie11
Last updated over 2 years ago
5.5k
Downloads per week
Readme View on GitHub

Storybook Addon IE11

The IE11 addon configures Storybook's webpack to target legacy browsers.

Installation

npm install @storybook/addon-ie11

yarn add @storybook/addon-ie11

Then update your .storybook/main.js config:

module.exports = {
  addons: ["@storybook/addon-ie11"],
};
Join the community
6,595 developers and counting
WhyWhy StorybookComponent-driven UI
DocsGuidesTutorialsChangelogTelemetryStatus
CommunityAddonsGet involvedBlog
ShowcaseExploreProjectsComponent glossary
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI