Tag api

Overview
API
Theme
Examples

NbTagListComponent

Inputs

NameTypeDescription
sizeNbComponentSize

Controls tags offset.

Outputs

NameTypeDescription
tagRemoveEventEmitter<NbTagComponent>

Emits when tag need to be removed (whether because of click on the remove button or when delete or backspace key pressed).

NbTagInputDirective

Inputs

NameTypeDescription
separatorKeysnumber[]

Controls which keys should trigger tag add event.

Outputs

NameTypeDescription
tagAddEventEmitter<NbTagInputAddEvent>

Emits when a tag need to be added.

NbTagComponent

Inputs

NameTypeDescription
appearanceNbTagAppearance

Tag appearance: filled, outline.

sizeNbComponentSize

Tag size: tiny, small, medium, large, giant.

statusNbComponentOrCustomStatus

Tag status: basic, primary, info, success, warning, danger, control.

textstring

Tag text.

removableboolean

Controls whether the user can remove a tag or not.

Outputs

NameTypeDescription
removeEventEmitter<NbTagComponent>

Emits when the user removes the tag (whether by clicking on the remove button or by pressing delete or backspace key).

Timepicker
Previous page
Popover
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.