Semantic UI Label
Semantic UI is a widely popular front-end development framework that offers a wide range of pre-built user interface (UI) components including labels. Labels are used to attach metadata to the content of a web page, and make it easily identifiable to users.
Syntax
The basic syntax for a Semantic UI label is:
<div class="ui label">Label Text</div>
However, Semantic UI provides several additional classes that can be added to customize the label styling, including:
tag
: for a smaller, rounded labelimage
: for an image labelpointing
: for a label with an arrow pointing to a nearby elementbasic
: for a simple, subtle labelicon
: for a label with an icon