Open Collective
Open Collective
Loading

Ant Design

An enterprise-class UI design language and React-based implementation

Estimated Annual Budget
$5,631
Today's Balance
$8,993.42
Goal
$0

Contribute


Become a financial contributor.

Financial Contributions

Recurring contribution
Backers

Support us with a monthly donation and help us continue our activities.

Starts at
$2 USD / month

Latest activity by


+ 24
Recurring contribution
Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site.

Starts at
$100 USD / month

Latest activity by


Custom contribution
Donation
Make a custom one-time or recurring contribution.

Latest activity by


+ 53

Events

Ant Design is hosting the following events.

Past event
11:00 AM-12:00 PM UTC
See https://github.com/ant-design/ant-design/issues/38671
Past event
11:00 AM-12:00 PM UTC
2 years ago, we've released antd v4 which bring the compact & dark theme and performance improvem...Read more

Top financial contributors

Organizations

1
Streamlabs

$5,000 USD since Jun 2022

2
Icons8

$2,700 USD since Aug 2022

3
Marblism

$1,500 USD since May 2024

4
Lowdefy

$580 USD since Sep 2019

5
TRACTIAN

$500 USD since Jul 2024

6
Ant Design Vue

$245 USD since Oct 2020

7
Touchless

$200 USD since May 2020

8
Triplebyte

$120 USD since May 2019

9
ScaffoldHub.io

$100 USD since Nov 2019

10
GitHub Sponsors

$74.48 USD since Mar 2024

Individuals

1
Scott Goci

$340 USD since Jun 2020

2
James Potter

$295 USD since Jul 2020

3
Ron Rosenshain

$75 USD since Sep 2019

4
Denys Vuika

$72 USD since Oct 2019

5
Dai Kimura

$54 USD since Aug 2020

6
Christophe

$50 USD since Oct 2020

7
gaz

$50 USD since Jan 2021

8
Hanwen

$42 USD since Feb 2023

9
Chema CLi

$29 USD since Aug 2023

10
Wei Hou

$25 USD since May 2019

Ant Design is all of us

Our contributors 59

Thank you for supporting Ant Design.

afc163

Admin
Hello contributors!

zombieJ

Admin

Streamlabs

$5,000 USD

Icons8

Sponsors

$2,700 USD

Marblism

Sponsors

$1,500 USD

Lowdefy

Backers

$580 USD

TRACTIAN

Sponsors

$500 USD

Scott Goci

Backers

$340 USD

Ant Design needs to be used by more people! 💪

James Potter

Backers

$295 USD

Thanks for creating this wonderful framework.

Ant Design Vue

Backers

$245 USD

Touchless

$200 USD

Triplebyte

Backers

$120 USD

Budget


Transparent and open finances.

$
Today’s balance

$8,993.42 USD

Total raised

$10,704.63 USD

Total disbursed

$1,711.21 USD

Estimated annual budget

$5,630.91 USD

Expenses

All time

Expenses paid

6

Amount disbursed

$861.86

Tags# of ExpensesAmount
domain
2$609.24
argos-ci
1$180.00
cloudflare
3$72.62

View all paid expenses

Contributions

All time

Contributions received

73

Amount collected

$12,416.47

Tiers# of ContributionsAmount
recurring
35$6,658.00
one-time
38$5,758.47

View all contributions

Connect


Let’s get the ball rolling!

News from Ant Design

Updates on our activities and progress.

Plan about Ant Design V5

2 years ago, we've released antd v4 which bring the compact & dark theme and performance improvement. And now, it's time to plan for the furture version v5. Motivation · For real world, it exist many web app which need more flexible des...
Read more
Published on July 12, 2022 by afc163

Ant Design 4.0 is in progress~ ✨✨✨

https://medium.com/ant-design/ant-design-4-0-is-in-progress-d46e53327038
Read more
Published on June 23, 2019 by afc163

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

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Electron

📦 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


See i18n.

🔗 Links

⌨️ Development


$ git clone [email protected]:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start
Open your browser and visit http://127.0.0.1:8001 , see more at Development.

🤝 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.

Our team

afc163

Admin
Hello contributors!

zombieJ

Admin