ant-design/README-en_US.md
2015-09-09 22:56:26 +08:00

2.0 KiB

Ant Design npm package Dependency Status

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 Component development model based on React.
  • Backed by the npm ecosystem.
  • webpack-based debug builds supporting ES6

Usage example

import { Datepicker } from 'antd';
React.render(<Datepicker />, mountNode);

Contributing

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