Skip to main content
NeuralUIv1.14.3New
GitHub
Component

Tags

Tag entry control with suggestions, keyboard separators and ControlValueAccessor value arrays.

TypeScript
import { NeuTagsComponent } from '@neural-ui/core/tags';
TypeScript
import { NeuTagsComponent } from '@neural-ui/core/tags';

@Component({
  imports: [NeuTagsComponent],
  template: `<neu-tags label="Labels" [suggestions]="suggestions" />`
})
export class ExampleComponent {}