Ant Design

An enterprise-class UI design language and React UI library
Alternatives To Ant Design
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Material Ui88,8445,6464 hours ago99July 25, 20231,630mitTypeScript
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
Ant Design87,611186 hours ago80July 22, 20231,016mitTypeScript
An enterprise-class UI design language and React UI library
Storybook80,4017,28921,4764 hours ago1,108September 14, 20221,813mitTypeScript
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
Docz23,3596861,47713 days ago275February 11, 2022109mitTypeScript
✍ It has never been so easy to document your things!
React Sketchapp14,957105337 months ago65June 08, 202035mitTypeScript
render React components to Sketch ⚛️💎
Evergreen12,224751012 days ago267June 21, 202372mitJavaScript
🌲 Evergreen React UI Framework by Segment
Primitives11,851696 days ago34June 05, 2023288mitTypeScript
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
React Spectrum9,5051423311 hours ago507August 04, 2023524apache-2.0TypeScript
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Fast8,58684a day ago78June 16, 2023385otherTypeScript
The adaptive interface system for modern web experiences.
Baseweb8,429227812 hours ago969August 01, 2023194mitTypeScript
A React Component library implementing the Base design language
Alternatives To Ant Design
Select To Compare


Alternative Project Comparisons
Readme

Ant Design

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

CI status codecov NPM version NPM downloads

FOSSA Status Covered by Argos Visual Testing

Follow Twitter Renovate status dumi Issues need help

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
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
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 React from 'react';
import { Button, DatePicker } from 'antd';

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

TypeScript

antd is written in TypeScript with complete definitions, check Use in TypeScript to get started.

🌍 Internationalization

Dozens of languages are supported in antd, see i18n.

🔗 Links

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ 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 PRs Welcome

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 with collaborator template.

Let's fund issues in this repository

❤️ Sponsors and Backers

Popular Reactjs Projects
Popular Design System Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
Ant Design
Design System