New
Community Showcase #5Visual test with Chromatic
Star78,822
Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
@pateta/storybook-addon-issue-collector
A Storybook addon for collecting issues.
npm install @pateta/storybook-addon-issue-collector
Last updated 20 days ago
59
Downloads per week
Readme View on GitHub

Storybook Addon Issue Collector

This addon for Storybook adds a tab with controls to create a link used to open a ticket system and prefill an issue form.

Getting Started

Install the addon and its dependencies.

With NPM:

npm i --save-dev @goofy-code/storybook-addon-issue-collector

Registering the addon

// .storybook/main.js

module.exports = {
  // ...
  addons: [
    "@goofy-code/storybook-addon-issue-collector",
    // ...
  ],
};

Configuration

// TBD
Join the community
6,178 developers and counting
WhyWhy StorybookComponent-driven UI
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI