An enterprise-class UI design language and React-based implementation.
- An enterprise-class graphical design language and framework for financial applications.
 - Rich library of UI components base on React Component.
 - A npm + webpack + babel workflow, supporting ES2015.
 
npm install antdimport { DatePicker } from 'antd';
ReactDOM.render(<DatePicker />, mountNode);Import style:
import 'antd/lib/index.css';  // or 'antd/style/index.less'Use components on demand by writing as import DatePicker from 'antd/lib/date-picker' or use babel-plugin-antd.
Normal browsers and Internet Explorer 8+.
- Home page
 - React UI library
 - ChangeLog
 - Build/Debug tools
 - React components
 - React style guide
 - React component design guide
 - Developer Instruction
 - Versioning Release Note
 
We welcome all contributions, please submit any ideas as pull requests or as a GitHub issue.