2.2.0 • Published 3 years ago

@verticalgmbh/components v2.2.0

Weekly downloads
19
License
-
Repository
-
Last release
3 years ago

VerticalComponents

This is the library of the vertical team's UI components.

Installation

npm install @verticalgmbh/components

Getting started

1. Install component library

Install the vertical component library by running the following command:

npm install @verticalgmbh/components

Make sure that you have @angular/cdk, and @angular/material in your dependencies as well because we list these as peer dependencies:

npm install @angular/cdk @angular/material

2. Import theme

Import the theme file by including the followng line in your styles.scss:

@import '@verticalgmbh/components/prebuilt-themes/vertical-light-theme.css';

If you want to use a custom theme, please follow the theming guide.

Make sure that you have installed material icons and the roboto font.

3. Import modules

Import the modules you want to use by adding the following lines to your app.module.ts file:

import { VerticalButtonModule } from '@verticalgmbh/components';
…
@NgModule ({....
  imports: [...,
  VerticalButtonModule,
…]
})

4. Display a component

Add vertical attributes to a html tag in your app.component.html:

<button vertical-contained-button>Button</button>

Demo

You can find a demo of all components here.

Features

FeatureDocumentation
buttonDocs
checkboxDocs
form-fieldDocs
headerDocs
inputDocs
tabsDocs
------------------------
themingGuide
2.2.0

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago