Ng Devui screenshot

Ng Devui

Author Avatar Theme by Devcloudfe
Updated: 2 Apr 2025
1776 Stars

Angular UI Component Library based on DevUI Design

Categories

Overview

The DevUI is an enterprise-level component library that provides support for design specifications and a font icon library. It is equipped with out-of-the-box features and now supports Angular version 16.0.0 and above. The DevUI aims to simplify the process of creating and debugging Angular projects, offering a range of components for modern browsers, including Internet Explorer 11+.

Features

  • Enterprise Components: The DevUI library includes a set of components specifically designed for enterprise-level applications.
  • Supporting Design Specifications: DevUI provides support for various design specifications, ensuring consistency in the UI of the application.
  • Font Icon Library: The library offers a collection of font icons that can be easily integrated into the application.

Installation

To install the DevUI theme, follow these steps:

  1. Create a new Angular project.
  2. Open the project and navigate to the angular.json file.
  3. Import the DevUI style by adding the following code snippet to the styles array:
  "styles": [
    "../node_modules/devui/devui.min.css",
    // Other styles...
  ]
  1. Save the file and the DevUI theme will be integrated into your project.

Summary

DevUI is an enterprise-level component library that provides support for design specifications and a font icon library. It offers out-of-the-box features and supports Angular version 16.0.0 and above. The installation process is straightforward, requiring the addition of the DevUI style to the angular.json file. With its range of components and support for modern browsers, DevUI aims to simplify the development and debugging process of Angular projects. Contributions to the project are welcomed, and the library is licensed under MIT.