JSPM

  • Created
  • Published
  • Downloads 153
  • Score
    100M100P100Q75600F
  • License Apache-2.0

Icon set Vaadin Icons for Angular applications

Package Exports

  • @ngxi/vaadin
  • @ngxi/vaadin/package.json

Readme

@ngxi/vaadin

npm version npm downloads bundle JSDocs License

Icon Set Info

Installation

pnpm add @ngxi/vaadin

Usage

import { Component } from '@angular/core'
import { NgxiVaadin, vaadinAreaSelect } from '@ngxi/vaadin'

@Component({
  imports: [NgxiVaadin],
  template: `<svg [ngxiVaadin]="vaadinAreaSelect"></svg>`
})
export class UsageIcon {
  protected vaadinAreaSelect = vaadinAreaSelect
}

Sponsors

License

Apache 2.0 License © 2025-PRESENT Adrián UB