Basic CounterLabel

12 99+ 5
<PrimerCounterLabel Variant="CounterVariant.Primary">
    12
</PrimerCounterLabel>

<PrimerCounterLabel Variant="CounterVariant.Secondary">
    99+
</PrimerCounterLabel>

<PrimerCounterLabel Variant="CounterVariant.Default">
    5
</PrimerCounterLabel>

CounterLabel Options

Available options for PrimerCounterLabel component

NameDescriptionDefault Value
Variant
The variant of the counter (Primary, Secondary, Default)
Default
ClassName
Additional custom CSS classes
-
ChildContent
Content inside the counter (typically a number)
-