Skip to catalog content
Mado UI Open-code components

Source-owned · zero runtime dependencies

block · form-section

Form section

A responsive thematic section for form headings, fields and native actions.

Install with npx @madojs/ui@latest add form-section.

Form section

Workspace profile

Choose the public name and default visibility for new workspace projects.

Used in generated project URLs.

Existing projects keep their current visibility.

The workspace form has not been submitted.

Composition

  • Divide a larger form into a native section with a heading/description column and a content column containing fields and optional actions.

Public API

class mado-ui-form-section / heading / title / description / content / actions
Transparent responsive form-section layout.

Detected public classes

  • .mado-ui-form-section
  • .mado-ui-form-section-actions
  • .mado-ui-form-section-content
  • .mado-ui-form-section-description
  • .mado-ui-form-section-heading
  • .mado-ui-form-section-title

Detected public CSS properties

  • --mado-ui-color-border
  • --mado-ui-color-text
  • --mado-ui-color-text-muted
  • --mado-ui-form-section-actions-gap
  • --mado-ui-form-section-actions-justify
  • --mado-ui-form-section-align
  • --mado-ui-form-section-border
  • --mado-ui-form-section-color
  • --mado-ui-form-section-content-basis
  • --mado-ui-form-section-content-gap
  • --mado-ui-form-section-description-color
  • --mado-ui-form-section-description-width
  • --mado-ui-form-section-gap
  • --mado-ui-form-section-heading-basis
  • --mado-ui-form-section-heading-gap
  • --mado-ui-form-section-padding-block
  • --mado-ui-form-section-title-size
  • --mado-ui-space-1
  • --mado-ui-space-2
  • --mado-ui-space-4
  • --mado-ui-space-6

Accessibility contract

  • The native section is labelled by its heading; heading level follows the page hierarchy.
  • The recipe adds presentation only and does not replace fieldset/legend when controls form one choice group.

Keyboard

  • The recipe adds no composite keyboard model; native interactive descendants keep their browser-defined keys and Tab order.

Focus

  • Focus remains on native links, buttons or controls. Presentational wrappers never become focusable.

Fallback

  • Without the copied stylesheet, the semantic source HTML remains readable and operable.

Installation graph

Direct dependencies

Resolved install order

Copied source

The CLI resolves each registry source path into the configured project target. Links below point to the exact catalog build tag.