Migrated repository
Go to file
2016-02-22 18:52:14 +08:00
.github
components
docs
scripts
site
style
tests
.editorconfig
.eslintrc.json
.gitignore
.lesshintrc
.travis.yml
404.html
CHANGELOG.md bump 0.12.3 2016-02-19 17:23:54 +08:00
CNAME
index.js
LICENSE
nico.js
package.json
README-zh_CN.md
README.md
webpack.antd.config.js
webpack.config.js
webpack.deploy.config.js

Ant Design npm package NPM downloads Dependency Status Join the chat at https://gitter.im/ant-design/ant-design

An enterprise-class UI design language and React-based implementation.

Features

  • 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.

Install

npm install antd

Usage example

import { 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.

Browser Support

Normal browsers and Internet Explorer 8+.

IE8 issues

Contributing

We welcome all contributions, please submit any ideas as pull requests or as a GitHub issue.