Storybook: Feature request: better covfefe

Created on 1 Jun 2017  路  5Comments  路  Source: storybookjs/storybook

We currently have very low covfefe, we should improve this.

feature request

Most helpful comment

Got u fam

https://github.com/ajwhite/covfefe-react

<Covfefe>This is important</Covfefe>
// This is important covfefe

All 5 comments

giphy 1

The president and a small group of people know exactly how much covfefe we need.

Please add this module to the project: https://github.com/rgbkrk/covfefe

I think we already have all the pieces we need

storiesOf('covfefe', module)
  .addDecorator(getStory => {
    let story = getStory()
    if (isFakeNews(story)) {
      return <InfoWars />
    }

    if (isObamacare(story)) {
      return <IDontObamaCare />
    }

    return <GolfCourse maybeLookAtItLater={story} />
  })
  .add('Important message', () => (
     <Tweet
        sarcasm={0.5}
        insult={0.75}
        meaningful={0.2}
        includeNewWordFromMyPersonalDictionary={true}
      />
  ))

Got u fam

https://github.com/ajwhite/covfefe-react

<Covfefe>This is important</Covfefe>
// This is important covfefe
Was this page helpful?
0 / 5 - 0 ratings

Related issues

levithomason picture levithomason  路  3Comments

arunoda picture arunoda  路  3Comments

shilman picture shilman  路  3Comments

ZigGreen picture ZigGreen  路  3Comments

rpersaud picture rpersaud  路  3Comments