Tag

A keyword or term assigned to a piece of information


Usage

Add tag class in inline (block) element.

Tag
<section class="flex flex-justify-content-start gap-column-small">
    <span class="tag">Tag</span>
</section>

Appearance

Border radius

Add border-radius-* class to inline-block element where tag class is located.

Thriller Romance Drama
<section class="flex flex-justify-content-start gap-column-small">
    <span class="tag border-radius-xsmall">Thriller</span>
    <span class="tag border-radius-small">Romance</span>
    <span class="tag border-radius-remove-all">Drama</span>
</section>

When state is active

Add active class to inline-block element where tag class is located.

Thriller Romance Drama
<section class="flex flex-justify-content-start gap-column-small">
    <span class="tag active border-radius-xsmall">Thriller</span>
    <span class="tag active border-radius-small">Romance</span>
    <span class="tag active border-radius-remove-all">Drama</span>
</section>

Variables

Coming soon