@kununu/keds
TypeScript icon, indicating that this package has built-in type declarations

2.7.3 • Public • Published

keds

Angular 2 Style Guide

KEDS stands for kununu Engage Design System.

Table of Contents

Installation

To add the library to you project, open a terminal and run:

$ npm install @kununu/keds --save

Usage

Add it on your module:

import { TypographyModule } from '@kununu/keds';

@NgModule({
  imports: [
    BrowserModule,
    TypographyModule,
  ],
  declarations: [
    AppComponent
  ],
  bootstrap: [AppComponent]
})
export class AppModule { }

Follow the features documentation and add it on your HTML:

<h1 kedsText size="xxl">kununu Engage</h1>

Styles

If you just want to use the styles from KEDS you can do it so, by having something like the following.

@import '~@kununu/keds/dist/assets/scss/_core';

Readme

Keywords

none

Package Sidebar

Install

npm i @kununu/keds

Weekly Downloads

2

Version

2.7.3

License

ISC

Unpacked Size

3.94 MB

Total Files

626

Last publish

Collaborators