Structural sectioning landmark with a consumer-provided accessible label.
Install @wyrd-company/react or the Flutter package and use it directly —
your DESIGN.md does the styling.
catalog/contracts/section.ymlsource of truth · verbatim
$schema: https://thewyrdingway.dev/schemas/component-contract.schema.ymlcontractVersion: 0.1.0identity:name: Sectiontag: wyrd-sectionpackage: wyrd.component.sectiontitle: Sectionsummary: Structural sectioning landmark with a consumer-provided accessible label.relationships:related-to: - quality-parity-and-gatesclassification:category: structurecomposition: single-slotinteractive: falsetarget-strategy:react: requiredflutter: requiredsurface:properties: - name: labeltype:kind: stringrequired: truereflects: falseserializable: truesummary: Accessible name for the region; must be meaningful and unique within the page.slots: - name: contentcontent: truerequired: truecardinality: one-or-manyaccepts: - content - componentsummary: Section content.events: []states: - name: defaultsource: platformsummary: Labelled sectioning region.parts: - name: rootsummary: Sectioning region root.slots: - contentmessages: []obligations:accessibility:role: regionname: Label property provides the accessible name.keyboard: []semantics: - Renders a sectioning landmark. - Label must be meaningful and unique within the page.behavior:model: statelessinteractions: []hostEffects: []conditions: - rtl - density-compact - text-expansionsdui:status: serializableserializableProperties: - labelserializableSlots: - contenteventBindings: []notes: Section serializes its label and content slot; landmark uniqueness remains a page-level authoring obligation.examples: - name: settingsstate: defaultproperties:label: Account settingsslots:content: Account preferences and controls.overrides:react:slots:content: childrenflutter:slots:content: child
01
Examples
Generated from the contract's examples block.
Previews are the published @wyrd-company/react component, themed by the
brand's role tokens — flip the site's light/dark toggle and they follow.