Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Material Ui | 88,844 | 5,646 | 4 hours ago | 99 | July 25, 2023 | 1,630 | mit | TypeScript | ||
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design. | ||||||||||
Ant Design | 87,611 | 18 | 6 hours ago | 80 | July 22, 2023 | 1,016 | mit | TypeScript | ||
An enterprise-class UI design language and React UI library | ||||||||||
Storybook | 80,401 | 7,289 | 21,476 | 4 hours ago | 1,108 | September 14, 2022 | 1,813 | mit | TypeScript | |
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | ||||||||||
Docz | 23,359 | 686 | 1,477 | 13 days ago | 275 | February 11, 2022 | 109 | mit | TypeScript | |
✍ It has never been so easy to document your things! | ||||||||||
React Sketchapp | 14,957 | 105 | 33 | 7 months ago | 65 | June 08, 2020 | 35 | mit | TypeScript | |
render React components to Sketch ⚛️💎 | ||||||||||
Evergreen | 12,224 | 75 | 101 | 2 days ago | 267 | June 21, 2023 | 72 | mit | JavaScript | |
🌲 Evergreen React UI Framework by Segment | ||||||||||
Primitives | 11,851 | 69 | 6 days ago | 34 | June 05, 2023 | 288 | mit | TypeScript | ||
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos. | ||||||||||
React Spectrum | 9,505 | 14 | 233 | 11 hours ago | 507 | August 04, 2023 | 524 | apache-2.0 | TypeScript | |
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. | ||||||||||
Fast | 8,586 | 84 | a day ago | 78 | June 16, 2023 | 385 | other | TypeScript | ||
The adaptive interface system for modern web experiences. | ||||||||||
Baseweb | 8,429 | 22 | 78 | 12 hours ago | 969 | August 01, 2023 | 194 | mit | TypeScript | |
A React Component library implementing the Base design language |
English | 中文
![]() 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 React from 'react';
import { Button, DatePicker } from 'antd';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
antd
is written in TypeScript with complete definitions, check Use in TypeScript to get started.
Dozens of languages are supported in antd
, see i18n.
Use Gitpod, a free online dev environment for GitHub.
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.
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.