Typography Labels


Typography refers to the style, arrangement, and appearance of text on a webpage or application. It plays a crucial role in readability, user experience, and overall aesthetics. and examples for Blueprint labels.


<label class="form-label-lg">Label 1</label>
<label class="form-label-lg text-primary">Label 1</label>
<label class="form-label-lg text-secondary">Label 1</label>
<label class="form-label-md">Label 2</label>
<label class="form-label-md text-primary">Label 2</label>
<label class="form-label-md text-secondary">Label 2</label>
<label class="form-label-sm">Label 3</label>
<label class="form-label-sm text-primary">Label 3</label>
<label class="form-label-sm text-secondary">Label 3</label>