A Storybook addon for collecting issues.

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