= codeBlender "label", "atom", { content: "Default", itemprop: "test" }
<span class='label label-default' itemprop='test'>
Default
</span>
= codeBlender "label", "atom", { context: "primary", content: "Tag", href: "#", icon: "fa-tag" }
<a href="#" class="label label-primary"><span class='fa fa-tag'></span>
Tag
</a>
Title | URL |
---|---|
Bootstrap Label | http://getbootstrap.com/components/#labels |