UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

9 lines 479 B
import React from 'react'; import DoDont from '..'; var doList = [ 'Use it to display text paragraphs formed from a single or multiple sentences.', 'Use it to display text paragraphs formed from a single or multiple sentences.', ]; var dontList = ['Don’t use it to highlight status, use <Badge/> instead.']; export default (function () { return React.createElement(DoDont, { do: { list: doList }, dont: { list: dontList } }); }); //# sourceMappingURL=DoDont.demo.js.map