1.0.0 • Published 5 years ago

lego-ui-kit v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

LEGO

Lego is an UI library built on Angular. It provides set of UI components that helps to build single page apps quicker. It also provides you simple abstractions that helps to build new components easier.

Installing Lego

You can install it from npm.

npm install lego --save

Importing in App

Importing the module in app.module.ts.

import { LegoModule } from 'lego';

@NgModule({
  imports: [
    LegoModule,
    ...
  ]
})
export class AppModule {
}

Importing the SCSS file in styles.scss.

$lego-assets-path: '../projects/core/assets/' !default;

@import 'lego/scss/lego';

Supported Browsers

  • Chrome
  • Safari
  • Opera
  • Firefox
  • Edge