Tag

Tag

Component

A removable or selectable category/filter tag.

Required Props

1

tag_text

The tag label text

Optional Props

4

dismissible

Show a remove button. Defaults to False.

selected

Highlight the tag with the accent color. Defaults to False.

bg_color

Background color override.

color

Text color override.

Usage

python
Tag(tag_text='Python', dismissible=True)

Live Preview