mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-24 12:16:21 +10:00
045a50c32cf1601c0dbc73e1c0cbf0dae0bc2cb3
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 Component development model based on React.
- Backed by the npm ecosystem.
- webpack-based debug builds supporting ES6
Usage example
Use all components
import { Datepicker } from 'antd';
ReactDOM.render(<Datepicker />, mountNode);
Use on demand
import "antd/lib/index.css"; // only need to import once in entry module
import Datepicker from 'antd/lib/datepicker';
ReactDOM.render(<Datepicker />, mountNode);
Links
- Home page
- Documentation and Components
- Components
- Build/Debug tools
- Roadmap
- ChangeLog
- React modules
- React style guide
- React component design guide
- Developer Instruction
- Versioning Release Note
Contributing
We welcome all contributions, please submit any ideas as pull requests or as a GitHub issue.
Languages
TypeScript
41.3%
Less
38.9%
JavaScript
19.3%
HTML
0.5%