mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
2.1 KiB
2.1 KiB
Ant Design
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
- Home page
- Documentation
- Components
- Build/Debug tools
- Roadmap
- ChangeLog
- React modules
- React style guide
- React component design guide
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