-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: better covfefe #1175
Labels
Comments
shilman
changed the title
Feature request: better convfefe
Feature request: better covfefe
May 31, 2017
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 |
This was referenced Nov 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently have very low covfefe, we should improve this.
The text was updated successfully, but these errors were encountered: