Migrated repository
Go to file
2016-01-02 01:29:46 +08:00
components Fix inline menu click problem in 0.11.1 2016-01-02 01:29:46 +08:00
docs 修复Demo无效的BUG 2016-01-01 10:35:11 +08:00
scripts Fix webpack errorin demo.js: a dependency to an entry point is not allowed 2015-12-22 15:15:52 +08:00
site fix site style 2016-01-01 16:09:58 +08:00
spec update design tools doc 2015-12-30 21:16:15 +08:00
style fix select css 2016-01-01 22:59:10 +08:00
tests update test 2015-12-07 15:43:49 +08:00
.editorconfig
.eslintrc fix lint problems 2015-12-27 16:20:59 +08:00
.gitignore
.lesshintrc Add simple lesshint support 2015-11-26 19:36:00 +08:00
.si.yml
.travis.yml update travis 2015-11-03 10:40:27 +08:00
404.html
CHANGELOG.md Fix inline menu click problem in 0.11.1 2016-01-02 01:29:46 +08:00
CNAME
CONTRIBUTING.md update jsfiddle link 2015-12-31 18:32:19 +08:00
index.js Add cascade 2016-01-01 22:59:09 +08:00
LICENSE
nico.js
package.json fix select css 2016-01-01 22:59:10 +08:00
README-zh_CN.md remove antd-bin from document 2015-12-30 22:20:30 +08:00
README.md remove antd-bin from document 2015-12-30 22:20:30 +08:00
webpack.antd.config.js add jsfiddle demo 2015-11-23 15:20:42 +08:00
webpack.config.js fix ie8 babel bug via es3ify-loader, ref ant-tool/atool-build#28 2015-12-18 14:35:40 +08:00
webpack.deploy.config.js

Ant Design npm package NPM downloads 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+.

Contributing

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