Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ng Zorro Antd | 8,605 | 566 | 475 | 2 days ago | 186 | July 16, 2023 | 873 | mit | TypeScript | |
Angular UI Component Library based on Ant Design | ||||||||||
Ng Alain | 4,487 | 47 | 21 | 8 days ago | 260 | August 06, 2023 | 38 | mit | TypeScript | |
NG-ZORRO admin panel front-end framework (surge mirror https://ng-alain-doc.surge.sh) | ||||||||||
Awesome Uikit | 1,424 | 7 days ago | mit | Dockerfile | ||||||
Collect JS Frameworks, Web components library and Admin Template. | ||||||||||
Ant Design Icons | 840 | 4,410 | 1,184 | 21 days ago | 104 | September 24, 2021 | 114 | mit | TypeScript | |
⭐ Ant Design SVG Icons | ||||||||||
Ng Zorro Antd Mobile | 784 | 11 | 3 | 3 months ago | 54 | January 10, 2022 | 47 | other | TypeScript | |
A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜 | ||||||||||
Ui Libraries | 773 | 3 years ago | mit | |||||||
A collection of UI Frameworks and their platform implementations. | ||||||||||
Somall | 472 | 7 | 3 months ago | 9 | April 10, 2021 | 85 | mit | C# | ||
社交电商商城开源项目.socail+mall即取名SoMall ,abp netcore 3.1 angular vue uni-app typescript docker mssql | ||||||||||
Ng Ant Admin | 471 | 2 months ago | 1 | mit | TypeScript | |||||
Angular16 Standalone components 独立组件, 中后台管理系统模板,移动端适配 Mobile adaptation ng-zorro ant-design-pro front-end framework | ||||||||||
Today Ng Steps | 391 | a year ago | 7 | mit | TypeScript | |||||
:raising_hand: 一步步学习 ng-zorro-antd | ||||||||||
Ant Simple Pro | 370 | 7 months ago | 7 | mit | JavaScript | |||||
简洁,美观,快速上手,支持3大框架(vue3.0,react,angular,typescript);Concise, beautiful, quick to get started, support 3 big frameworks |
English | 简体中文
^15.0.0
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
ng-zorro-antd
synchronizes design specification with Ant Design on a regular basis, you can check the log online.
We recommend using @angular/cli
to install. It not only makes development easier, but also allows you to take advantage of the rich ecosystem of angular packages and tooling.
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd
More information about
@angular/cli
here.
You can also install ng-zorro-antd
with npm or yarn
$ npm install ng-zorro-antd
Import the component modules you want to use into your app.module.ts
file and feature modules.
import { NzButtonModule } from 'ng-zorro-antd/button';
@NgModule({
imports: [ NzButtonModule ]
})
export class AppModule {
}
@angular/cli
users won't have to worry about the things below but it's good to know.
And import style and SVG icon assets file link in angular.json
.
{
"assets": [
+ {
+ "glob": "**/*",
+ "input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
+ "output": "/assets/"
+ }
],
"styles": [
+ "node_modules/ng-zorro-antd/ng-zorro-antd.min.css"
]
}
See Getting Started for more details.
$ git clone [email protected]:NG-ZORRO/ng-zorro-antd.git
$ cd ng-zorro-antd
$ npm install
$ npm run start
Browser would open automatically.
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.
If you're new to posting issues, we ask that you read How To Ask Questions The Smart Way (This guide does not provide actual support services for this project!), How to Ask a Question in Open Source Community and How to Report Bugs Effectively prior to posting. Well written bug reports help us help you!
Thanks to JetBrains for supporting us free open source licenses.
For questions on how to use ng-zorro-antd, please post questions to using the
ng-zorro-antd
tag. If you're not finding what you need on stackoverflow, you can find us on as well.
As always, we encourage experienced users to help those who are not familiar with ng-zorro-antd
!
We list some users here, if your company or product uses NG-ZORRO, let us know here!
Love ng-zorro-antd? Give our repo a star ⭐️ ⬆️.