Recommended
01
Horizontal section divider
Separate related content without introducing another container.
Live preview
Related information
<Divider
label="Related information"
/>
Separate related horizontal or vertical content with optional labels, sizes, and semantic colors.
Change any prop and inspect the server-rendered component immediately.
<Divider
label="Divider"
/>
Compare configurations and resize the browser to check responsive behavior.
Separate related content without introducing another container.
<Divider
label="Related information"
/>
Use a quiet rule between compact content groups.
<Divider
size="sm"
variant="secondary"
/>
Separate groups of inline actions in toolbars and navigation.
<Divider
size="lg"
color="info"
label="Actions"
orientation="vertical"
variant="success"
/>
All content and behavior shown above is supplied through these props and slots.
| Prop | Type | Default | Required |
|---|---|---|---|
size | string | "default" | No |
color | string | "primary" | No |
label | string | "" | No |
orientation | string | "horizontal" | No |
variant | string | "solid" | No |
class | string | "" | No |