Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. storiesOf('Your Component', module)
  2.   .add('Your Component - state', () => {
  3.     return (
  4.       // Your component here
  5.     );
  6.   });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement