Ant Design
An enterprise-class UI design language and React-based implementation
Contribute
Become a financial contributor.
Financial Contributions
Events
Ant Design is hosting the following events.
Top financial contributors
Organizations
$5,000 USD since Jun 2022
$2,700 USD since Aug 2022
$1,500 USD since May 2024
$580 USD since Sep 2019
$500 USD since Jul 2024
$245 USD since Oct 2020
$200 USD since May 2020
$120 USD since May 2019
$100 USD since Nov 2019
$74.48 USD since Mar 2024
Individuals
$340 USD since Jun 2020
$295 USD since Jul 2020
$75 USD since Sep 2019
$72 USD since Oct 2019
$54 USD since Aug 2020
$50 USD since Oct 2020
$50 USD since Jan 2021
$42 USD since Feb 2023
$29 USD since Aug 2023
$25 USD since May 2019
Ant Design is all of us
Our contributors 59
Thank you for supporting Ant Design.
zombieJ
Streamlabs
$5,000 USD
Icons8
Sponsors
$2,700 USD
Marblism
Sponsors
$1,500 USD
Lowdefy
Backers
$580 USD
TRACTIAN
Sponsors
$500 USD
Ant Design Vue
Backers
$245 USD
Touchless
$200 USD
Triplebyte
Backers
$120 USD
Budget
Transparent and open finances.
$8,993.42 USD
$10,704.63 USD
$1,711.21 USD
$5,630.91 USD
Expenses
Expenses paid
6
Amount disbursed
$861.86
Tags | # of Expenses | Amount |
---|---|---|
domain | 2 | $609.24 |
argos-ci | 1 | $180.00 |
cloudflare | 3 | $72.62 |
Contributions
Contributions received
73
Amount collected
$12,416.47
Tiers | # of Contributions | Amount |
---|---|---|
recurring | 35 | $6,658.00 |
one-time | 38 | $5,758.47 |
Connect
Let’s get the ball rolling!
News from Ant Design
Updates on our activities and progress.
Plan about Ant Design V5
✨ Ant Design 4.0 is out!
Ant Design 4.0 is in progress~ ✨✨✨
About
Ant Design
An enterprise-class UI design language and React UI library.
✨ Features
- An enterprise-class UI design system for web applications.
- A set of high-quality React components out of the box.
- Written in TypeScript with predictable static types.
- The whole package of development and design resources and tools.
🖥 Environment Support
📦 Install
npm install antd
yarn add antd
🔨 Usage
import { Button, DatePicker } from 'antd'; const App = () => ( <> <Button type="primary">PRESS ME</Button> <DatePicker placeholder="select date" /> </> );
And import style manually:
import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'TypeScript
🌍 Internationalization
🔗 Links
- Home page
- Components
- Ant Design Pro
- Change Log
- rc-components
- Mobile UI
- Ant Design Icons
- Ant Design Colors
- Ant Design Pro Layout
- Ant Design Pro Blocks
- Dark Theme
- Landing Pages
- Motion
- Scaffold Market
- Developer Instruction
- Versioning Release Note
- FAQ
- CodeSandbox Template for bug reports
- Awesome Ant Design
- Customize Theme
⌨️ Development
$ git clone [email protected]:ant-design/ant-design.git $ cd ant-design $ npm install $ npm start
🤝 Contributing
Read our contributing guide and let's build a better antd together.
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues. If you'd like to improve code, check out the Development Instructions and have a good time! :)
If you are a collaborator, please follow our Pull Request principle to create a Pull Request by collaborator template.