mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
246 B
246 B
order | title |
---|---|
9 | 月选择器 |
使用 MonthPicker
实现月选择器.
import { DatePicker } from 'antd';
const MonthPicker = DatePicker.MonthPicker;
ReactDOM.render(
<MonthPicker defaultValue="2015-12" />
, mountNode);