--- order: 0 title: zh-CN: 基本 en-US: Basic --- ## zh-CN 最简单的用法。 ## en-US Basic usage. ```jsx import { Carousel } from 'antd'; function onChange(a, b, c) { console.log(a, b, c); } const contentStyle = { height: '160px', color: '#fff', lineHeight: '160px', textAlign: 'center', background: '#364d79', }; export default () => (

1

2

3

4

); ```