This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

storybook-contrast

0.11.6 • Public • Published

Contrast Storybook Addon

This addon is used to show Contrast handoff tool in the addon panel.

Demo

Check out a demo here :)

Demo

Getting Started

  1. Install the Addon
yarn add storybook-contrast
  1. Add the following to your .storybook/main.js exports:
module.exports = {
    addons: ["storybook-contrast"]
};
  1. Add script tag to your .storybook/preview-head.html. More info on preview-head here
<script
    id="contrast-snippet"
    src="http://contrast-snippet.s3.amazonaws.com/contrast-snippet.js"
></script>
  1. Open Contrast Addon in Storybook

Support

Questions or feedback? You can reach us at support@contrast.app or through chat in the app.

Documentation

https://help.contrast.app/52b293cd09494a609de1848c315b5bd7

Package Sidebar

Install

npm i storybook-contrast

Weekly Downloads

101

Version

0.11.6

License

MIT

Unpacked Size

20.6 kB

Total Files

9

Last publish

Collaborators

  • contrastapp