13.10.0 • Published 21 days ago

@vismaux/ngx-vud v13.10.0

Weekly downloads
-
License
Visma License
Repository
github
Last release
21 days ago

ngx-vud

npm version Main CI & CD

Common Visma Unified Design components for Angular.

Demo & documentation

https://ngx-vud.web.app

Compatibility table

@vismaux/ngx-vud@vismaux/vud@angular/*
^13.0.0^1.7.0^17.0.0
^12.0.0^1.6.3^16.0.0
^11.0.0^1.6.3^15.0.0
^10.0.0^1.6.3^14.1.0

still looking for outdated nordic-cool version? switch branch

Installation

ng add @vismaux/ngx-vud

Manual installation

  1. Install this package together with two peer dependencies:

    npm i @vismaux/ngx-vud @vismaux/vud @angular/cdk
  2. Import required styles inside your global (e.g. style.scss) file:

    // One import that includes both global `@vismaux/vud` styles (dark-light) and extensions needed for the library.
    @use '@vismaux/ngx-vud';
    
    // In case you don't need the dark mode, don't use SCSS, or just want to have a more granual control, import these prebuilt files manully:
    // @import '@vismaux/vud/dist/css/vud.light-dark.mode.min.css';
    // @import '@angular/cdk/overlay-prebuilt.css';
  3. Setup animations by importing BrowserAnimationsModule in your app.module.ts.

    Use NoopAnimationsModule in case you don't want animations.

  4. (Optional) Setup the icons if you plan to use the <vud-icon /> component.

Icons

The required assets for the icons are not built into the package and requires setting them up separately.
This is mandatory if you plan to use the <vud-icon /> component.
There are two ways to setup this.

// Option A (recommended): import from local assets
// this requires `@vismaux/vud-icons` npm package to be installed
@import '@vismaux/vud-icons/dist/css/vud-icons.min.css';

// Option B: import straight from CDN
// instructions taken from https://ux.visma.com/weblibrary/latest/index.php
@import 'https://vud-icons.s3.eu-north-1.amazonaws.com/latest/dist/css/vud-icons.min.css';

Browser support

Follows PDAB Compatibility Policy:
the latest major stable version of Firefox, Chrome, Safari and Edge are supported. No support for IE.

Contributing to the library

You are more than welcome to open an issue or create a pull-request.
In the latter case, please make sure the changes follows the same coding principles,
is covered with unit tests and meets the official Visma Unified Design guidelines. 🙏

13.10.0

21 days ago

13.9.0

24 days ago

13.8.1

2 months ago

13.8.0

2 months ago

13.7.0

3 months ago

13.6.0

3 months ago

13.5.0

3 months ago

13.4.0

3 months ago

13.3.0

3 months ago

13.2.1

5 months ago

13.2.0

5 months ago

12.2.0-next.1

8 months ago

13.1.1

5 months ago

13.1.2

5 months ago

13.1.0

5 months ago

12.2.1

7 months ago

12.1.0-next.1

10 months ago

12.4.0

7 months ago

12.2.2

7 months ago

12.2.0

8 months ago

12.0.2

10 months ago

13.0.0-next.1

7 months ago

13.0.0-next.3

6 months ago

13.0.0-next.2

6 months ago

13.0.0

6 months ago

13.0.1

6 months ago

12.3.0

7 months ago

12.5.0

6 months ago

12.1.0

9 months ago

12.3.0-next.1

7 months ago

12.0.1

11 months ago

12.0.0-next.5

11 months ago

12.0.0-next.3

11 months ago

12.0.0-next.4

11 months ago

12.0.0

11 months ago

11.5.1

12 months ago

12.0.0-next.2

11 months ago

11.4.0

1 year ago

11.5.0

1 year ago

12.0.0-next.1

12 months ago

11.2.0

1 year ago

11.3.0

1 year ago

11.1.2

1 year ago

10.0.0

2 years ago

10.1.0

1 year ago

10.0.1

2 years ago

10.2.0

1 year ago

10.0.2

1 year ago

11.0.0-next.2

1 year ago

10.0.0-next.1

2 years ago

10.0.0-next.2

2 years ago

11.0.0-next.1

1 year ago

11.1.1

1 year ago

11.0.0

1 year ago

11.1.0

1 year ago

9.0.4

2 years ago

9.0.3

2 years ago

8.1.0

2 years ago

8.0.0

2 years ago

9.0.2

2 years ago

9.0.1

2 years ago

9.0.0

2 years ago

7.0.0

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

6.0.2

2 years ago

6.0.1

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago