1.0.8 • Published 4 years ago

@fourthofaugust/udutha-ui v1.0.8

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Udutha UI

Udutha UI is an open source Angular v9 component library based on Vanilla Framework by Canonical.

Installation

  1. Install the Angular package through npm:

    npm i @fourthofaugust/udutha-ui
  2. Import the UduthaUiModule into your Angular application's module.

    // Sample app.module.ts
    import { NgModule } from '@angular/core';
    import { BrowserModule } from '@angular/platform-browser';
    import { UduthaUiModule } from '@foa/udutha-ui';
    import { AppComponent } from './app.component';
    
    @NgModule({
        imports: [
            BrowserModule,
            UduthaUiModule,
         ],
         declarations: [ AppComponent ],
         bootstrap: [ AppComponent ]
    })
    export class AppModule {}
  3. Add the following file to the styles array in angular.json

     "styles": [
               "node_modules/@fourthofaugust/udutha-ui/src/lib/styles/udutha.scss"
           ]

Documentation

Click here for documentation including a list of components, usage, and examples.

Feedback

If you find a bug or want to request a new feature, please open a GitHub issue.

Contributors

License

MIT