Skip to content

NG-ZORRO/x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

logo logo

NG-ZORRO + X

An enterprise-class Angular UI component library based on Ant Design X.

npm package NPM downloads Discord code style: prettier Twitter

English | 简体中文

✨ Features

  • Craft superior AI interface solutions and pioneer intelligent experiences.
  • High-quality Angular components out of the box.

☀️ License

Will be Open-Sourced in MIT license.

🖥 Environment Support

  • Angular ^20.0.0 npm package
  • Server-side Rendering
  • Modern browsers including the following specific versions

🎨 Design Specification

ng-zorro-x synchronizes design specification with Ant Design X on a regular basis.

📦 Installation

Use @angular/cli to install:

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd ng-zorro-x

More information about @angular/cli here.

🔨 Usage

Configure ng-zorro-antd firstly, you can refer to Getting Started for more details. If you use @angular/cli, it will automatically configure the styles and assets for you.

Import the component modules you want to use into your component.

import { NxBubbleModule } from 'ng-zorro-x/bubble';

@Component({
  imports: [NxBubbleModule]
})
export class AppComponent {}

🤝 Contributing

Will be Open-Sourced soon and welcome to contribute.

❓ Help from the Community

For questions on how to use ng-zorro-x, there are several ways to get help:

About

Craft AI-driven interface effortlessly🤖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published