Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.12 KB

README-en_US.md

File metadata and controls

65 lines (42 loc) · 2.12 KB

Ant Design npm package Dependency Status

An enterprise grade front-end development language and React-based implementation.

Design documents and component implementations are still being revised so several pages are not yet complete. We are currently planning a release version for August.

Features

  • An enterprise-grade graphical design language and framework for financial applications
  • Rich library of React UI components.
  • A Component development model based on React.
  • Backed by the npm ecosystem.
  • webpack-based debug builds supporting ES6

Usage example

var antd = require('antd');
var Datepicker = antd.Datepicker;

React.render(<Datepicker />, mountNode);

Links

Contributing

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

Development

Building locally

$ npm start

Then open http://127.0.0.1:8000.

Website deployment

$ npm run deploy

Creating a release build

$ npm run release