Skip to content

Commit

Permalink
feat(): add note to resize the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargentum committed Sep 14, 2016
1 parent 2496369 commit e28f5a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ import BreakpointMonitor from '../index';

storiesOf('BreakpointMonitor', module)
.add('default view', () => (
<BreakpointMonitor />
<div>
<p>Resize the screen to see it in action</p>
<BreakpointMonitor />
</div>
));

0 comments on commit e28f5a6

Please sign in to comment.