Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
bookshop-addon-import-tab
A Storybook addon that gives an example for importing a component
npm install bookshop-addon-import-tab
Last updated about 3 years ago
0
Downloads per week
Readme View on GitHub

Bookshop Addon HTML

This addon for Bookshop adds a tab that displays some import code for each story. It is forked from whitespace-se/storybook-addon-html

Animated preview

Getting Started

With NPM:

npm i --save-dev bookshop-addon-import-tab

With Yarn:

yarn add -D bookshop-addon-import-tab

Register addon

// .storybook/main.js

module.exports = {
  // ...
  addons: [
    'bookshop-addon-import-tab',
    // ...
  ],
};
Join the community
6,560 developers and counting
WhyWhy StorybookComponent-driven UI
DocsGuidesTutorialsChangelogTelemetryStatus
CommunityIntegrationsGet involvedBlog
ShowcaseExploreProjectsComponent glossary
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI