Skip to content

The first third-party SKYUX 2 Library to add support for tags.

Notifications You must be signed in to change notification settings

JaminQuimby/jtags

Repository files navigation

SKYUX 2 library JTags

Requirements SKYUX 2

Build codecov

Getting Started

Install the library into your SKYUX 2 SPA:

npm install skyux-lib-j-tags -save

Import the library module into your app-extras.module.ts file

 import { JTagInputModule } from 'skyux-lib-j-tags';

Add a j-tag-input onto a component template.

 <j-tag-input [(ngModel)]="model.tags" [modelAsStrings]="true"></j-tag-input>

About

The first third-party SKYUX 2 Library to add support for tags.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published