Skip to main content

glint-chips

Select field represented by a row of chips.

<glint-chips [(value)]="model.type">
<ng-container *glint-chip="'Primary'">
<div>Primary</div>
</ng-container>
<ng-container *glint-chip="'Registry'">
<div>Registry</div>
</ng-container>
<ng-container *glint-chip="'History'">
<div>History</div>
</ng-container>
</glint-chips>
  • [glint-chip]: Set the value represented by the chip.
  • content: Chip label.