ant-design

An enterprise-class UI design language and React UI library

Stars
88.6K
Forks
43.3K
Open issues
1.04K
Closed issues
27.2K
Last release
5 months ago
Last commit
4 months ago
Watchers
88.6K
Total releases
622
Total commits
26.8K
Open PRs
59
Closed PRs
12.6K
Repo URL
Platform
License
mit
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

Ant Design

An enterprise-class UI design language and React UI library.

English | δΈ­ζ–‡

✨ Features

  • 🌈 Enterprise-class UI designed for web applications.
  • πŸ“¦ A set of high-quality React components out of the box.
  • πŸ›‘ Written in TypeScript with predictable static types.
  • βš™οΈ Whole package of design resources and development tools.
  • 🌍 Internationalization support for dozens of languages.
  • 🎨 Powerful theme customization based on CSS-in-JS.

πŸ–₯ Environment Support

  • Modern browsers
  • Server-side Rendering
  • Electron


Edge


Firefox


Chrome


Safari


Electron

Edge last 2 versions last 2 versions last 2 versions last 2 versions

πŸ“¦ Install

npm install antd
yarn add antd
pnpm add antd
πŸ”¨ Usage
import { Button, DatePicker } from 'antd';

export default () => ( <> <Button type="primary">PRESS ME</Button> <DatePicker placeholder="select date" /> </> );

πŸ”— Links

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Or clone locally:

$ 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

Let's build a better antd together.

We welcome all contributions. Please read our Contributing Guide 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 with our Pull Request Template.

❀️ Sponsors and Backers

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.