🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

sb-ui-components

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sb-ui-components

- [Demo Site](https://sunbird-ed.github.io/sunbird-ui-components/site/){:target="_blank"} - [NPM Package usage](https://github.com/Sunbird-Ed/sunbird-ui-components/blob/master/usage.md){:target="_blank"} - [Library Developer Docs](https://github.com/Sunbi

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Sunbird UI Components NPM Package

  • Demo Site{:target="_blank"}
  • NPM Package usage{:target="_blank"}
  • Library Developer Docs{:target="_blank"}

Using in Angular project

Here are the steps to use this library.

  • Install Sunbird Components Library
  npm i --save sb-ui-components
  • Add Global CSS in angular.json -
  "styles": [
    ...,
    "node_modules/sb-ui-components/assets/scss/styles.scss",
    ...
  ],
  • Import Library in app.module.ts -
       import { SbUiComponentsModule } from 'sb-ui-components';
       @NgModule({
         ...
         imports: [SbUiComponentsModule, ...],
         ...
       })
       export class YourAppModule {
       }
    

FAQs

Package last updated on 13 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts