DESIGN SYSTEM EDITION · v0.8.3.8.4

Label Library

Thirty reusable 2026 design treatments powered by the shared Monarch fonts, colors, typography, spacing, Flow, and token architecture.

Source: components/content/label.php

Tokens: --label-padding-x, --label-radius, --font-primary

Classes: .label, .label-gradient, .label-outline

01

Default

PresentationContent

Standard Monarch treatment

Default Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'default']); ?>
02

Minimal

PresentationContent

Reduced decoration and visual weight

Minimal Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'minimal']); ?>
03

Outlined

UtilityContent

Transparent surface with a defined tokenized stroke

Outlined Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'outlined']); ?>
04

Soft

CommunityContent

Quiet low-contrast surface

Soft Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'soft']); ?>
05

Elevated

CommerceMarketing

Layered surface with tokenized shadow

Elevated Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'elevated']); ?>
06

Compact

ProductivityUtility

Dense interface treatment

Compact Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'compact']); ?>
07

Spacious

PresentationMarketing

Generous presentation rhythm

Spacious Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'spacious']); ?>
08

Inline

ContentCommunity

Designed to sit within surrounding content

Inline Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'inline']); ?>
09

Stacked

PresentationProductivity

Vertical component anatomy

Stacked Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'stacked']); ?>
10

Split

MarketingCommerce

Two-region composition

Split Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'split']); ?>
11

Accent Border

PresentationContent

Strong accent edge with neutral body

Accent Border Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'accent-border']); ?>
12

Highlight

MarketingCommerce

Attention without semantic status

Highlight Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'highlight']); ?>
13

Feature

MarketingPresentation

Prominent section anchor

Feature Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'feature']); ?>
14

Showcase

EntertainmentMarketing

Highly visual featured presentation

Showcase Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'showcase']); ?>
15

Signature

PresentationMarketing

Distinct Monarch branded treatment

Signature Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'signature']); ?>
16

Editorial

ContentPresentation

Long-form and publishing treatment

Editorial Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'editorial']); ?>
17

Corporate

PresentationProductivity

Structured restrained business treatment

Corporate Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'corporate']); ?>
18

Marketing

MarketingCommerce

Promotion and conversion treatment

Marketing Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'marketing']); ?>
19

Commerce

CommerceMarketing

Transactional information treatment

Commerce Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'commerce']); ?>
20

Dashboard

ProductivityUtility

Metrics and application interface treatment

Dashboard Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'dashboard']); ?>
21

Community

CommunityContent

People and participation treatment

Community Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'community']); ?>
22

Entertainment

EntertainmentCommunity

Media and leisure treatment

Entertainment Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'entertainment']); ?>
23

Utility

UtilityProductivity

Functional tool-interface treatment

Utility Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'utility']); ?>
24

Information

UtilityContent

Neutral educational or system information

Information Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'info']); ?>
25

Success

CommerceProductivity

Completed or positive state

Success Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'success']); ?>
26

Warning

CommerceProductivity

Cautionary state requiring attention

Warning Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'warning']); ?>
27

Danger

UtilityProductivity

Critical, destructive, or failed state

Danger Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'danger']); ?>
28

Muted

ContentPresentation

Secondary lower-priority information

Muted Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'muted']); ?>
29

Gradient

MarketingEntertainment

Centralized Monarch gradient treatment

Gradient Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'gradient']); ?>
30

Inverse

EntertainmentMarketing

High-contrast treatment for strong surfaces

Inverse Label

Classes, source, anatomy, and accessibility

Anatomy: Semantic wrapper, component content, optional metadata, and actions.

Accessibility: Uses native semantic HTML and visible labels where applicable.

<?php monarch_render_component('content', 'label', ['style' => 'inverse']); ?>