import React from 'react' import { addDecorator } from '@storybook/react' import { withInfo } from '@storybook/addon-info' import { withKnobs } from '@storybook/addon-knobs/react' const styles = { height: '100vh', display: 'flex', justifyContent: 'center', alignItems: 'center', } const CenterDecorator = story => (
{ story() }
) addDecorator((story, context) => withInfo()(story)(context)) addDecorator(withKnobs) addDecorator(CenterDecorator) it' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Clone-More
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-09