Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

fourthofaugust/udutha-ui

Repository files navigation

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

About

a set of angular components built using vanilla-framework by canonical

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published