Skip to content

Commit

Permalink
update carousel demo style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 11, 2017
1 parent c112abd commit b4916d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/carousel/demo/vertical.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Vertical pagination.
import { Carousel } from 'antd';

ReactDOM.render(
<Carousel vertical="true">
<Carousel vertical>
<div><h3>1</h3></div>
<div><h3>2</h3></div>
<div><h3>3</h3></div>
Expand Down

0 comments on commit b4916d4

Please sign in to comment.