Divider
A web component implementation of a horizontal rule.
<FluentDivider>
wraps the <fluent-divider>
element, a web component implementation of a divider leveraging the Fluent UI design system.
Examples
Usage examples
Default
Role="Presentation""
before divider
after divider
Role="Separator""
before divider
after divider
Download:
Vertical divider
Role="Presentation""
before divider
after divider
Role="Separator""
before divider
after divider
Download:
Documentation
FluentDivider Class
Parameters
Name | Type | Default | Description |
---|---|---|---|
ChildContent | RenderFragment? | Gets or sets the content to be rendered inside the component. | |
Orientation | Orientation? | Horizontal | Gets or sets the orientation of the divider. |
Role | DividerRole? | Gets or sets the role of the element. |
Methods
Name | Parameters | Type | Description |
---|---|---|---|
DisposeAsync | ValueTask |