Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was 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

Contributors

AltStyle によって変換されたページ (->オリジナル) /