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

Changelog · Report Bug · Request Feature · English · 中文
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.
Modern browsers
Server-side Rendering
Electron
Edge | Firefox | Chrome | Safari | Electron |
|---|---|---|---|---|
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
npm install antd
yarn add antd
pnpm add antd
import { Button, DatePicker } from 'antd';export default () => (
<><Button type="primary">PRESS ME</Button><DatePicker placeholder="select date" />
</>);Home page
Components Overview
Ant Design Pro
Change Log
rc-components
Mobile UI
Mini Program UI
Ant Design Pro Components
Ant Design Charts
Ant Design Icons
Ant Design Colors
Landing Pages
Motion
Scaffold Market
Developer Instruction
Versioning Release Note
FAQ
Online Playground for bug reports
Customize Theme
How to Apply for Being A Collaborator
Use opensumi.run, a free online pure front-end dev environment.
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.