You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

2.1 KiB

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);

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