Browse Source

Update README.md

pull/1828/head
afc163 9 years ago
parent
commit
1b9513e0eb
  1. 7
      README.md

7
README.md

@ -44,9 +44,10 @@ import DatePicker from 'antd/lib/date-picker'; // just for js
Or we recommend use [babel-plugin-antd](https://github.com/ant-design/babel-plugin-antd) with config:
```js
plugins: [['antd', {
style: 'css'
}]]
// .babelrc
{
"plugins": [["antd", { style: "css" }]]
}
```
Then you can import antd modularly and simply:

Loading…
Cancel
Save