Divider Ready
Dividers are used to represent thematic breaks between paragraph-level elements. Visually, they look like horizontal rules or lines.
<duet-divider></duet-divider>
Properties #
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
color | color | Custom color, as a design token entered in camelCase or kebab-case. Example: "color-primary". | string | "" |
margin | margin | Controls the margin of the component. | "auto" | "none" | "small" | "auto" |
theme | theme | Theme of the divider. | "" | "default" | "turva" | "" |
Usage #
This section includes guidelines for designers and developers about the usage of this component in different contexts.
When to use #
- To represent thematic breaks between paragraph-level elements.
- When you need to divide sections of content from each other.
When not to use #
- For presentational purposes.
- To create a border for heading or similar. Use heading component’s border variation instead.
- Between card components.
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.
- Divider represents a thematic break and has a semantic meaning for assistive technology.
- Diviver should never be used for presentational purposes because of the above reason.
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.