All Projects → DevCloudFE → Ng Devui

DevCloudFE / Ng Devui

Licence: mit
华为云DevCloud,基于Angular的企业级前端组件库;DevUI components based on Angular

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ng Devui

Ng Zorro Antd
Angular UI Component Library based on Ant Design
Stars: ✭ 7,841 (+1172.89%)
Mutual labels:  enterprise, ui-components, angular-components, frontend, ngx
Fc Angular
快速搭建angular后台管理系统的admin template。Fast development platform based on angular8, ng.ant.design built multi-tab page background management system (continuous upgrade) ^_^
Stars: ✭ 171 (-72.24%)
Mutual labels:  ui-components, angular-components, frontend, ngx
Po Angular
Biblioteca de componentes Angular.
Stars: ✭ 497 (-19.32%)
Mutual labels:  enterprise, ui-components, angular-components, frontend
Ng Zorro Antd Mobile
A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
Stars: ✭ 709 (+15.1%)
Mutual labels:  enterprise, angular-components, frontend, ngx
ng-mono-repo-starter
Angular Mono Repo Starter
Stars: ✭ 79 (-87.18%)
Mutual labels:  angular-components, ui-components, ngx
Material
A lightweight Material Design library for Angular based on Google's Material Components for the Web.
Stars: ✭ 143 (-76.79%)
Mutual labels:  ui-components, angular-components, ngx
Frontend Case Studies
💼 A curated list of technical talks and articles about real world enterprise frontend development
Stars: ✭ 6,290 (+921.1%)
Mutual labels:  enterprise, frontend
Angular Ru Interview Questions
Вопросы на собеседовании по Angular
Stars: ✭ 224 (-63.64%)
Mutual labels:  enterprise, frontend
Ant Design Vue
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
Stars: ✭ 15,749 (+2456.66%)
Mutual labels:  enterprise, frontend
Ax Boot Framework
Full Stack Java Web Application Framework with Java & HTML5
Stars: ✭ 244 (-60.39%)
Mutual labels:  enterprise, ui-components
awesome-angular
💖 A list of awesome Angular (2️⃣➕) resources
Stars: ✭ 61 (-90.1%)
Mutual labels:  angular-components, ngx
wlui
wl-ui 精美易用的前端复杂组件解决方案。Beautiful and easy-to-use front-end complex component solution
Stars: ✭ 32 (-94.81%)
Mutual labels:  ui-components, gantt
Antizer
ClojureScript library for Ant Design React UI components
Stars: ✭ 234 (-62.01%)
Mutual labels:  ui-components, frontend
Bit
A tool for component-driven application development.
Stars: ✭ 14,443 (+2244.64%)
Mutual labels:  ui-components, frontend
Chart Race React
📊 Seamless bar chart race component for React.
Stars: ✭ 406 (-34.09%)
Mutual labels:  ui-components, frontend
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-48.38%)
Mutual labels:  ui-components, frontend
Igniteui Angular
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps.
Stars: ✭ 433 (-29.71%)
Mutual labels:  ui-components, angular-components
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: ✭ 159 (-74.19%)
Mutual labels:  ui-components, angular-components
Oruga
🐛 Oruga is a lightweight library of UI components without CSS framework dependency
Stars: ✭ 297 (-51.79%)
Mutual labels:  ui-components, frontend
Ngx Auth Firebaseui
Angular Material UI component for firebase authentication
Stars: ✭ 518 (-15.91%)
Mutual labels:  angular-components, ngx

DevUI Logo

Github Star License Document Document Npm Chat

DevUI for Angular

The DevUI Design Design system contains a combination of DevUI rules, Design languages, and best practices. DevUI Design allows developers to focus more on application logic, while designers focus on user experience, interactions, and processes.

Features

  • Enterprise components, supporting design specifications, font icon library
  • Out of the box

To see more in devui.design.

Angular Support

Now supports Angular ^11.0.0

Getting Started

  1. Create a new project
ng new New-Project
  1. Installation:
$ cd New-Project
$ npm i ng-devui
# font icon library
# $ npm i @devui-design/icons
  1. Usage:
import { BrowserModule } from '@angular/platform-browser';
// need for animations
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { NgModule } from '@angular/core';
import { DevUIModule } from 'ng-devui';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    BrowserAnimationsModule,
    DevUIModule
  ],
  bootstrap: [ AppComponent ],
})
export class AppModule { }
  1. Import devui style into angular.json file:
{
  "styles": [
    ...
    "node_modules/ng-devui/devui.min.css"
  ]
}
  1. Debugging
ng serve --open

Contribution

Please feel free to contribute code or discuss your idea!

Please make sure you read the contributing guide before making a pull request.

We appreciate all contributors who helped us build DevUI.

Support

Modern browsers and Internet Explorer 11+.

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Who use it

DevCloud Logo

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].