Skip to content

jessica-liyan/ng5-ui

Repository files navigation

ng5-ui for Angular5

npm version

文档链接

文档,示例

安装

npm install ng5-ui --save
or
yarn add ng5-ui

使用全局组件

import {LyModule} from 'ng5-ui';
@NgModule({
  imports: [
    ...
    LyModule.forRoot(),
    ...
  ],
  ...
})

使用单独某一组件

import {LyRadioModule} from 'ng5-ui';
@NgModule({
  imports: [
    ...
    LyRadioModule.forRoot(),
    ...
  ],
  ...
})

组件列表

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