0.0.6 • Published 5 years ago

sb-ui-components v0.0.6

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

Sunbird UI Components NPM Package

Using in Angular project

Here are the steps to use this library.

1) Install Sunbird Components Library

  npm i --save sb-ui-components

2) Add Global CSS in angular.json -

  "styles": [
    ...,
    "node_modules/sb-ui-components/assets/scss/styles.scss",
    ...
  ],

3) Import Library in app.module.ts -

   import { SbUiComponentsModule } from 'sb-ui-components';
   @NgModule({
     ...
     imports: [SbUiComponentsModule, ...],
     ...
   })
   export class YourAppModule {
   }
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago