Badges, Labels and Stickers
Badge Sizes
Badge Sizes have been removed, use the clay-badge-size($sassMap) mixin to create custom badges sizes for your app.
An Interactive Label
Add thetabindex="0"
attribute to the.label
element to create an interactive label with multiple controls inside. The inner controls should have the attributetabindex="-1"
to remove them from the tab order. The inner controls can be placed back in the tab order by changing back totabindex="0"
with javascript.
Implementing Interactive Labels require custom javascript.
Interactive Label Examples
See Form Elements (Input Groups) for more details.
Type a comma or press return to enter a tag.
some value
Type a comma or press return to enter a tag.
Positional Stickers
Place them anywhere relative to your container using positional sticker classes
sticker-top-left
,sticker-bottom-left
,sticker-top-right
, andsticker-bottom-right
.




Sticker Outside
Add class
sticker-outside
in conjunction with sticker positions to position the sticker on the outside corners.