cubo-ui

UI components to using on Angular

Usage no npm install needed!

<script type="module">
  import cuboUi from 'https://cdn.skypack.dev/cubo-ui';
</script>

README

Cubo UI

UI components to using on Angular

license GitHub contributors

Getting Started

Using as a dependency

npm install cubo-ui

app.module.ts

...
import { CbAvatarModule } from 'cubo-ui';
...

@NgModule({
  declarations: [
    AppComponent,
    ...
  ],
  ...
  imports: [
    ...
    CbAvatarModule
  ],
  ... 
})

License

MIT License © Cubo 2018