Section layout Ready
Complements duet-layout component in desings where there are no side bars but instead multiple full-width sections with possibly different backgrounds.
<duet-section-layout margin="none">
<div>
<duet-card heading="Section">Content</duet-card>
<duet-card heading="More section content">More content</duet-card>
</div>
</duet-section-layout>
<duet-section-layout margin="none" class="duet-bg-gradient">
<div>
<duet-card heading="Section">Second content</duet-card>
<duet-card heading="More section content">More content</duet-card>
</div>
</duet-section-layout>
Properties #
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
margin | margin | Controls the margin of the component. | "auto" | "none" | "auto" |
middle | middle | Align container vertically in the middle when the space allows it. | boolean | false |
Usage #
This section includes guidelines for designers and developers about the usage of this component in different contexts.
When to use #
- To provide a structure for other components using a full width one column layout system of stacked sections.
When not to use #
- When you need features of the duet-layout component (e.g. a sidebar)
Accessibility #
This component has been validated to meet the WCAG 2.1 AA accessibility guidelines. You can find additional information regarding accessibility of this component below.
- Layout component uses
<section>
elements internally which are HTML sectioning elements that by default define ARIA landmark roles. For that reason you should never put section-layout component inside another HTML landmark.
Integration
For integration, event and theming guidelines, please see Using Components. This documentation explains how to implement and use Duet’s components across different technologies like Angular, React or Vanilla JavaScript.
Tutorials
Follow these practical tutorials to learn how to build simple page layouts using Duet’s CSS Framework, Web Components and other features:
Building Layouts
TutorialsUsing CLI Tools
TutorialsCreating Custom Patterns
TutorialsServer Side Rendering
TutorialsSharing Prototypes
TutorialsUsage With Markdown
Troubleshooting
If you experience any issues while using a component, please head over to the Support page for more guidelines and help.