Open Collective
Open Collective

Ant Design

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

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


+ 21
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


+ 48

Events

Ant Design is hosting the following events.

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

3
Lowdefy

$460 USD since Sep 2019

4
Touchless

$200 USD since May 2020

5
Ant Design Vue

$160 USD since Oct 2020

6
Triplebyte

$120 USD since May 2019

7
ScaffoldHub.io

$100 USD since Nov 2019

8
alita

$74 USD since Apr 2020

9
Forward.me

$50 USD since May 2020

10
多会

$30 USD since Nov 2020

Individuals

1
Scott Goci

$305 USD since Jun 2020

2
James Potter

$255 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
Wei Hou

$25 USD since May 2019

9
hu-tu-yi-shi

$21 USD since Jul 2022

10
Kiang Teng Lim

$20 USD since Jun 2019

Ant Design is all of us

Our contributors 59

Thank you for supporting Ant Design.

Wei Zhu

Core Contributor

Benjy Cui

Core Contributor

yiminghe

Core Contributor

warmhug

Core Contributor

jiang

Core Contributor

偏右

Admin

zombieJ

Admin

Streamlabs

$5,000 USD

Icons8: free ...

Sponsors

$1,100 USD

Lowdefy

Backers

$460 USD

Scott Goci

Backers

$305 USD

Ant Design needs to be used by more people! 💪

James Potter

Backers

$255 USD

Thanks for creating this wonderful framework.

Budget


Transparent and open finances.

Credit from tpircs to Ant Design

+$5.00USD
Completed
Contribution #660577
+$2.00USD
Completed
Contribution #628531
Contribution #559329
$
Today’s balance

$6,372.82 USD

Total raised

$7,170.23 USD

Total disbursed

$797.41 USD

Estimated annual budget

$6,467.91 USD

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 偏右

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 偏右

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 git@github.com: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

Wei Zhu

Core Contributor

Benjy Cui

Core Contributor

yiminghe

Core Contributor

warmhug

Core Contributor

jiang

Core Contributor

偏右

Admin

zombieJ

Admin