Skip to content

Commit

Permalink
Add actions to the carousel stories.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Sep 19, 2016
1 parent f3c47ba commit 11fa84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ storiesOf('AutoRotatingCarousel', module)
.add('desktop', () => themed(
<AutoRotatingCarousel
label="Get started"
onStart={action('onStart')}
open
>
<Slide
Expand Down Expand Up @@ -38,6 +39,7 @@ storiesOf('AutoRotatingCarousel', module)
.add('mobile', () => themed(
<AutoRotatingCarousel
label="Get started"
onStart={action('onStart')}
open
mobile
>
Expand Down Expand Up @@ -67,6 +69,7 @@ storiesOf('AutoRotatingCarousel', module)
.add('mobile landscape', () => themed(
<AutoRotatingCarousel
label="Get started"
onStart={action('onStart')}
open
mobile
landscape
Expand Down

0 comments on commit 11fa84c

Please sign in to comment.