fbredius/storybook

View on GitHub
examples/html-kitchen-sink/.storybook/preview.js

Summary

Maintainability
A
1 hr
Test Coverage
import { addParameters } from '@storybook/html';

addParameters({
  a11y: {
    config: {},
    options: {
      checks: { 'color-contrast': { options: { noScroll: true } } },
      restoreScroll: true,
    },
  },
  docs: {
    iframeHeight: '200px',
  },
});