项目作者: jessica-liyan

项目描述 :
UI components for Angular5
高级语言: TypeScript
项目地址: git://github.com/jessica-liyan/ng5-ui.git
创建时间: 2017-12-21T10:40:28Z
项目社区:https://github.com/jessica-liyan/ng5-ui

开源协议:

下载


ng5-ui for Angular5

npm version

文档链接

文档,示例

安装

  1. npm install ng5-ui --save
  2. or
  3. yarn add ng5-ui

使用全局组件

  1. import {LyModule} from 'ng5-ui';
  2. @NgModule({
  3. imports: [
  4. ...
  5. LyModule.forRoot(),
  6. ...
  7. ],
  8. ...
  9. })

使用单独某一组件

  1. import {LyRadioModule} from 'ng5-ui';
  2. @NgModule({
  3. imports: [
  4. ...
  5. LyRadioModule.forRoot(),
  6. ...
  7. ],
  8. ...
  9. })

组件列表

Feature Notes Docs
button Docs
radio Docs
checkbox Docs
switch Docs
input Docs
select Docs
datepicker Docs
upload Docs
menu Docs
table Docs
layout Docs
progress Docs
toast Docs
alert Docs
tooltip Docs
dialog Docs
collapse Docs
swiper Docs
step Docs
pagination Docs
rate Docs