You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@collab-ui/angular

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collab-ui/angular

The Cisco Collab UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.

5.2.1
latest
Source
npm
Version published
Weekly downloads
4
-50%
Maintainers
3
Weekly downloads
 
Created
Source

Collab UI Angular

CircleCI npm (scoped) license

@collab-ui/angular

Collab UI Angular is a UI framework for implementing Cisco Collaboration Design into web apps and sites.

Table of Contents

Install

Install and manage the Collab UI Angular using NPM. You may use yarn or npm. By default, yarn/npm installs packages to node_modules/.

npm install @collab-ui/angular --save

or

yarn add @collab-ui/angular

Usage

NgModule

Import the components that you would like to use in the NgModule and declare them in the "imports" using the forRoot() function.

import BadgeModule from '@collab-ui/angular/lib/badge';
// or
import { BadgeModule } from '@collab-ui/angular';

@NgModule({
  imports: [
    BadgeModule.forRoot()
  ]
})

Then import the components into the components where you will use them.

import BadgeComponent from '@collab-ui/angular/lib/badge';
//or
import { BadgeComponent } from '@collab-ui/angular';

Contribute

See the contributing file!

PRs accepted.

License

© 2014-2019 Cisco and/or its affiliates. All Rights Reserved.

Keywords

Angular

FAQs

Package last updated on 19 Apr 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