Conigma Connect
Divider
Discriminator: divider
Fluent UI Blazor Component: FluentDivider
Description
The Divider component renders a visual separator line between other components. It can be oriented horizontally or vertically, making it useful for separating sections within stacks and cards.
Properties
Property | Type | Required | Default | Description |
|---|---|---|---|---|
|
| ✅ Yes |
| Type discriminator |
|
| No |
| Inline CSS style |
|
| No |
| Component identifier |
|
| No |
| Orientation of the divider: |
Rendering Behavior
When
orientationisHorizontal, the divider automatically stretches towidth: 100%.When
orientationisVertical, the divider automatically stretches toheight: 100%.Custom styles can override this default sizing behavior.
Data Binding
The Divider component is a display-only component and does not provide data or validation.
JSON Example
Horizontal Divider (Default)
Rendering...
Vertical Divider
Rendering...
Divider Between Content
Rendering...