Package Exports
- @ngxi/vaadin
- @ngxi/vaadin/package.json
Readme
@ngxi/vaadin
Icon Set Info
- Name: Vaadin Icons
- Prefix:
vaadin - Icons: 636
- License: Apache 2.0
- Author: Vaadin
- Website: https://github.com/vaadin/web-components
Installation
pnpm add @ngxi/vaadinUsage
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