@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A removable chip / tag indicator.

    Content is projected as the label. When removable is true, a dismiss button is shown and removed is emitted on click.

    <ui-chip>Default</ui-chip>
    <ui-chip color="success" [removable]="true" (removed)="onRemove()">Active</ui-chip>
    Index

    Constructors

    Properties

    ariaLabel: InputSignal<string | undefined> = ...

    Accessible label for the chip.

    color: InputSignal<ChipColor> = ...

    Color preset.

    disabled: InputSignal<boolean> = ...

    Whether the chip is disabled.

    removable: InputSignal<boolean> = ...

    Whether the chip can be removed (shows dismiss button).

    removed: OutputEmitterRef<void> = ...

    Emitted when the dismiss button is clicked.