Tom Xu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
3 deletions
-
README.md
-
docs/react/introduce.en-US.md
-
docs/react/introduce.zh-CN.md
|
|
@ -110,7 +110,7 @@ See [i18n](http://ant.design/docs/react/i18n). |
|
|
|
## 🔗 Links |
|
|
|
|
|
|
|
- [Home page](http://ant.design/) |
|
|
|
- [Components](http://ant.design/docs/react/components/button) |
|
|
|
- [Components](https://ant.design/components/button/) |
|
|
|
- [Ant Design Pro](http://pro.ant.design/) |
|
|
|
- [Change Log](CHANGELOG.en-US.md) |
|
|
|
- [rc-components](http://react-component.github.io/) |
|
|
|
|
|
@ -76,6 +76,7 @@ We provide `antd.js` `antd.css` and `antd.min.js` `antd.min.css` under `antd/dis |
|
|
|
|
|
|
|
```jsx |
|
|
|
import { DatePicker } from 'antd'; |
|
|
|
|
|
|
|
ReactDOM.render(<DatePicker />, mountNode); |
|
|
|
``` |
|
|
|
|
|
|
@ -122,7 +123,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' |
|
|
|
## Links |
|
|
|
|
|
|
|
- [Home page](https://ant.design/) |
|
|
|
- [Components](http://ant.design/docs/react/components/button) |
|
|
|
- [Components](https://ant.design/components/button/) |
|
|
|
- [Ant Design Pro](https://pro.ant.design/) |
|
|
|
- [Change Log](/changelog) |
|
|
|
- [rc-components](http://react-component.github.io/) |
|
|
|
|
|
@ -76,6 +76,7 @@ $ yarn add antd |
|
|
|
|
|
|
|
```jsx |
|
|
|
import { DatePicker } from 'antd'; |
|
|
|
|
|
|
|
ReactDOM.render(<DatePicker />, mountNode); |
|
|
|
``` |
|
|
|
|
|
|
@ -124,7 +125,7 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' |
|
|
|
## 链接 |
|
|
|
|
|
|
|
- [首页](https://ant.design/) |
|
|
|
- [组件库](/docs/react/introduce) |
|
|
|
- [组件库](https://ant.design/components/button-cn/) |
|
|
|
- [Ant Design Pro](https://pro.ant.design/) |
|
|
|
- [更新日志](/changelog) |
|
|
|
- [React 底层基础组件](http://react-component.github.io/) |
|
|
|