🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@kununu/keds

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kununu/keds

[![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)

latest
npmnpm
Version
2.7.3
Version published
Maintainers
4
Created
Source

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';

FAQs

Package last updated on 28 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts