Browse Source

docs: 📝 Update README

pull/24212/head 4.2.3
偏右 5 years ago
committed by GitHub
parent
commit
2268c7aa88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -88,7 +88,7 @@ import { Button, DatePicker } from 'antd';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker />
<DatePicker placeholder="select date" />
</>
);
```
@ -101,11 +101,11 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
### TypeScript
See [Use in TypeScript](https://ant.design/docs/react/use-in-typescript).
`antd` is written in TypeScript with complete definitions, check [Use in TypeScript](https://ant.design/docs/react/use-in-typescript) to getting started.
## 🌍 Internationalization
See [i18n](https://ant.design/docs/react/i18n).
Dozens of languages supported in `antd`, see [i18n](https://ant.design/docs/react/i18n).
## 🔗 Links

Loading…
Cancel
Save