ng-element-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.1 • Public • Published

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

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

Readme

Keywords

Package Sidebar

Install

npm i ng-element-ui

Weekly Downloads

1

Version

0.1.0-alpha.1

License

MIT

Unpacked Size

4.84 MB

Total Files

928

Last publish

Collaborators

  • llkui