Skip to content

Instantly share code, notes, and snippets.

@tmeasday
Created April 27, 2017 09:52
Show Gist options
  • Select an option

  • Save tmeasday/e6116a9dcc3996363965c9bc28cc31c5 to your computer and use it in GitHub Desktop.

Select an option

Save tmeasday/e6116a9dcc3996363965c9bc28cc31c5 to your computer and use it in GitHub Desktop.
storiesOf('Task')
.add('inbox task', () => (
<Task task={{
title: "Test Task",
subtitle: "on TestBoard",
state: "TASK_INBOX"
}} />
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment