Documentation and examples for badges, our small count and labeling component.
Badges scale to match the size of the immediate parent element by using relative font sizing and em
units.
html
<h1 class="text-5xl mb-2 font-medium">
Example heading
<span class="bg-gray-600 rounded text-gray-100 px-2 py-1">
New
</span>
</h1><br>
<h2 class="text-4xl mb-2 font-medium">
Example heading
<span class="bg-gray-600 rounded text-gray-100 px-2 py-1">
New
</span>
</h2><br>
<h3 class="text-3xl mb-2 font-medium">
Example heading
<span class="bg-gray-600 rounded text-gray-100 px-2 py-1">
New
</span>
</h3><br>
<h4 class="text-2xl mb-2 font-medium">
Example heading
<span class="bg-gray-600 rounded text-gray-100 px-2 py-1">
New
</span>
</h4><br>
<h5 class="text-xl mb-2 font-medium">
Example heading
<span class="bg-gray-600 rounded text-gray-100 px-2 py-1">
New
</span>
</h5><br>
<h6 class="mb-2 font-medium">
Example heading
<span class="bg-gray-600 rounded text-gray-100 px-2 py-1">
New
</span>
</h6>