mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
update docs
This commit is contained in:
parent
4ba8f3d641
commit
1105a21260
@ -48,6 +48,10 @@ import Datepicker from 'antd/lib/datepicker';
|
||||
ReactDOM.render(<Datepicker />, mountNode);
|
||||
```
|
||||
|
||||
```jsx
|
||||
import 'antd/lib/index.css'; // 样式需要在入口处引用一次
|
||||
```
|
||||
|
||||
## 版本
|
||||
|
||||
- 稳定版:[![npm package](http://img.shields.io/npm/v/antd.svg?style=flat-square)](https://www.npmjs.org/package/antd)
|
||||
|
Loading…
Reference in New Issue
Block a user