Saltar al contenido principal
NeuralUIv1.14.3Nuevo
GitHub
Componente

Tags

Control de entrada de tags con sugerencias, separadores de teclado y arrays como valor.

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 {}