DESIGN SYSTEM EDITION · v0.8.3.8.4

Form Library

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

Source: components/forms/form.php

Tokens: --space-lg, --radius-lg, --site-color-stroke

Classes: .form-grid, .form-panel, .form-action

01

Default

PresentationContent

Standard Monarch treatment

Default Form

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('forms', 'form', ['style' => 'default']); ?>
02

Minimal

PresentationContent

Reduced decoration and visual weight

Minimal Form

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('forms', 'form', ['style' => 'minimal']); ?>
03

Outlined

UtilityContent

Transparent surface with a defined tokenized stroke

Outlined Form

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('forms', 'form', ['style' => 'outlined']); ?>
04

Soft

CommunityContent

Quiet low-contrast surface

Soft Form

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('forms', 'form', ['style' => 'soft']); ?>
05

Elevated

CommerceMarketing

Layered surface with tokenized shadow

Elevated Form

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('forms', 'form', ['style' => 'elevated']); ?>
06

Compact

ProductivityUtility

Dense interface treatment

Compact Form

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('forms', 'form', ['style' => 'compact']); ?>
07

Spacious

PresentationMarketing

Generous presentation rhythm

Spacious Form

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('forms', 'form', ['style' => 'spacious']); ?>
08

Inline

ContentCommunity

Designed to sit within surrounding content

Inline Form

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('forms', 'form', ['style' => 'inline']); ?>
09

Stacked

PresentationProductivity

Vertical component anatomy

Stacked Form

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('forms', 'form', ['style' => 'stacked']); ?>
10

Split

MarketingCommerce

Two-region composition

Split Form

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('forms', 'form', ['style' => 'split']); ?>
11

Accent Border

PresentationContent

Strong accent edge with neutral body

Accent Border Form

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('forms', 'form', ['style' => 'accent-border']); ?>
12

Highlight

MarketingCommerce

Attention without semantic status

Highlight Form

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('forms', 'form', ['style' => 'highlight']); ?>
13

Feature

MarketingPresentation

Prominent section anchor

Feature Form

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('forms', 'form', ['style' => 'feature']); ?>
14

Showcase

EntertainmentMarketing

Highly visual featured presentation

Showcase Form

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('forms', 'form', ['style' => 'showcase']); ?>
15

Signature

PresentationMarketing

Distinct Monarch branded treatment

Signature Form

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('forms', 'form', ['style' => 'signature']); ?>
16

Editorial

ContentPresentation

Long-form and publishing treatment

Editorial Form

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('forms', 'form', ['style' => 'editorial']); ?>
17

Corporate

PresentationProductivity

Structured restrained business treatment

Corporate Form

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('forms', 'form', ['style' => 'corporate']); ?>
18

Marketing

MarketingCommerce

Promotion and conversion treatment

Marketing Form

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('forms', 'form', ['style' => 'marketing']); ?>
19

Commerce

CommerceMarketing

Transactional information treatment

Commerce Form

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('forms', 'form', ['style' => 'commerce']); ?>
20

Dashboard

ProductivityUtility

Metrics and application interface treatment

Dashboard Form

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('forms', 'form', ['style' => 'dashboard']); ?>
21

Community

CommunityContent

People and participation treatment

Community Form

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('forms', 'form', ['style' => 'community']); ?>
22

Entertainment

EntertainmentCommunity

Media and leisure treatment

Entertainment Form

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('forms', 'form', ['style' => 'entertainment']); ?>
23

Utility

UtilityProductivity

Functional tool-interface treatment

Utility Form

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('forms', 'form', ['style' => 'utility']); ?>
24

Information

UtilityContent

Neutral educational or system information

Information Form

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('forms', 'form', ['style' => 'info']); ?>
25

Success

CommerceProductivity

Completed or positive state

Success Form

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('forms', 'form', ['style' => 'success']); ?>
26

Warning

CommerceProductivity

Cautionary state requiring attention

Warning Form

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('forms', 'form', ['style' => 'warning']); ?>
27

Danger

UtilityProductivity

Critical, destructive, or failed state

Danger Form

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('forms', 'form', ['style' => 'danger']); ?>
28

Muted

ContentPresentation

Secondary lower-priority information

Muted Form

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('forms', 'form', ['style' => 'muted']); ?>
29

Gradient

MarketingEntertainment

Centralized Monarch gradient treatment

Gradient Form

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('forms', 'form', ['style' => 'gradient']); ?>
30

Inverse

EntertainmentMarketing

High-contrast treatment for strong surfaces

Inverse Form

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('forms', 'form', ['style' => 'inverse']); ?>