The Cisco Collab UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.
npm install @collab-ui/angular
!npm (scoped)

> @collab-ui/angular
Collab UI Angular is a UI framework for implementing Cisco Collaboration Design into web apps and sites.
- Install
- Usage
- Contribute
- License
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
forRoot() function.`` ts
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.
` ts``
import BadgeComponent from '@collab-ui/angular/lib/badge';
//or
import { BadgeComponent } from '@collab-ui/angular';
PRs accepted.
© 2014-2019 Cisco and/or its affiliates. All Rights Reserved.