pull/1437/head
afc163 9 years ago
parent f08331dae5
commit 4a6337060e

@ -10,7 +10,7 @@
import { Carousel } from 'antd';
ReactDOM.render(
<Carousel autoplay="true">
<Carousel autoplay>
<div><h3>1</h3></div>
<div><h3>2</h3></div>
<div><h3>3</h3></div>
@ -18,4 +18,3 @@ ReactDOM.render(
</Carousel>
, mountNode);
````

Loading…
Cancel
Save