ng-element-ui

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

Usage no npm install needed!

<script type="module">
  import ngElementUi from 'https://cdn.skypack.dev/ng-element-ui';
</script>

README

Ng-Element-UI

npm package npm downloads

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

Components completion status

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

Environment Support

  • Angular ^11.0.0

Installation

npm install ng-element-ui

Usage

Import the component modules you want to use into your app.module.ts

import { NelButtonModule } from 'ng-element-ui/button';

@NgModule({
  imports: [ NelButtonModule ]
})
export class AppModule {
}

Development

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

License

MIT