ng-element-ui

An enterprise-class UI components based on Element UI and Angular.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ng-element-ui
200.1.0-alpha.13 years ago3 years agoMinified + gzip package size for ng-element-ui in KB

Readme

Ng-Element-UI
npm package npm downloads An enterprise-class UI components based on Element UI and Angular.

Components completion status

  • x icon
  • x alert
  • x empty
  • x button
  • x link
  • x container
  • x divider
  • x layout
  • x page-header
  • x dialog
  • x card
  • x tooltip
  • x backtop
  • x collapse
  • x scrollbar
  • x infinite-scroll
  • x radio
  • x image
  • x timeline
  • x popconfirm
  • x popover
  • x avatar
  • x tag
  • x badge
  • x affix
  • x space
  • x breadcrumb
  • x descriptions
  • x steps
  • x skeleton
  • x calendar
  • x drawer
  • x carousel
  • x message
  • x notification
  • x message-box
  • x loading
  • x dropdown
  • x tabs
  • x switch
  • x progress
  • x result
  • x input
  • x rate
  • x input-number

Environment Support

  • Angular ^11.0.0

Installation

```bash npm install ng-element-ui ```

Usage

Import the component modules you want to use into your app.module.ts ```typescript import { NelButtonModule } from 'ng-element-ui/button'; @NgModule({ imports: NelButtonModule }) export class AppModule { } ```

Development

```bash $ git clone https://github.com/ng-element/ng-element.git $ cd ng-element $ npm install $ ng serve ```

License

MIT