|
|
@ -54,9 +54,9 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' |
|
|
|
|
|
|
|
```jsx |
|
|
|
// import js and css modularly, parsed by babel-plugin-antd |
|
|
|
import { DatePicker } from 'antd'; |
|
|
|
import { DatePicker } from 'antd'; |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
- Manually import |
|
|
|
|
|
|
|
```jsx |
|
|
@ -94,7 +94,7 @@ tsconfig.json |
|
|
|
- [React style guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md) |
|
|
|
- [React component design guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md) |
|
|
|
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development) |
|
|
|
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) |
|
|
|
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) |
|
|
|
- [FAQ](https://github.com/ant-design/ant-design/wiki/FAQ) |
|
|
|
- [CodePen boilerplate](http://codepen.io/anon/pen/wGOWGW?editors=001) for bug reports |
|
|
|
|
|
|
|