Skip to content

Commit

Permalink
added another example in the separator story
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrotti committed Mar 21, 2017
1 parent 3153032 commit bc6bcb8
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/inlineBlockList.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,21 @@ storiesOf('InlineBlockList', module)
'Basic usage of InlineBlockList with a middot between items',
() => (
<InfoWrapper>
<Bounds><Section>
<InlineBlockList
items={basicItems}
separator='·'
/>
</Section></Bounds>
<Bounds>
<Section>
<InlineBlockList
items={basicItems}
separator='·'
/>
</Section>
<Section>
<InlineBlockList
items={['any', 'glyph', 'will', 'work']}
separator='👏'
/>
</Section>
</Bounds>

</InfoWrapper>
))
.addWithInfo(
Expand Down

0 comments on commit bc6bcb8

Please sign in to comment.