Skip to content

Commit

Permalink
docs: add height style to README (#1503)
Browse files Browse the repository at this point in the history
Make the examples more clear in the readme file that the height is required in order for things to render correctly.
  • Loading branch information
coudron authored and jquense committed Oct 22, 2019
1 parent ee5a558 commit 2bfe0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const MyCalendar = props => (
events={myEventsList}
startAccessor="start"
endAccessor="end"
style={{height: 500}}
/>
</div>
)
Expand All @@ -71,6 +72,7 @@ const MyCalendar = props => (
events={myEventsList}
startAccessor="start"
endAccessor="end"
style={{height: 500}}
/>
</div>
)
Expand Down

0 comments on commit 2bfe0aa

Please sign in to comment.