# ant-design **Repository Path**: afc163/ant-design ## Basic Information - **Project Name**: ant-design - **Description**: Mirror of ant.design - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Ant Design [](https://travis-ci.org/ant-design/ant-design) [](https://codecov.io/gh/ant-design/ant-design/branch/master) [](https://gemnasium.com/ant-design/ant-design) [](https://www.npmjs.org/package/antd) [](https://npmjs.org/package/antd) [](http://isitmaintained.com/project/ant-design/ant-design "Percentage of issues still open") [](https://gitter.im/ant-design/ant-design-english?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) (English) [](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)(中文) An enterprise-class UI design language and React-based implementation. [中文 README](README-zh_CN.md) ## Features - An enterprise-class UI design language for web applications. - A set of high-quality React components out of the box. - Written in TypeScript with complete define types. - A npm + webpack + [dva](https://github.com/dvajs/dva) front-end development workflow. ## Environment Support * Modern browsers and Internet Explorer 9+ (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) * Server-side Rendering * [Electron](http://electron.atom.io/) ## Let's build a better antd together [](http://makeapullrequest.com) `antd` is an open source project; improvements are welcomed. If you are interested in contributing to `antd`, you can watch this repository, join in [discussion](https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3ADiscussion), or try to implement some [features which have been accepted](https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22PR+welcome%22). Actually, there are [many ways](https://opensource.guide/how-to-contribute/) to contribute. And we are always happy to [offer collaborator permission](https://github.com/ant-design/ant-design/issues/3222) for some active contributors. ## Install ```bash npm install antd ``` ## Usage ```jsx import { DatePicker } from 'antd'; ReactDOM.render(