Examples
For examples and details on the usage of this component, visit the component demo page: Divider
Properties
Parameter | Type | Description | Default |
---|---|---|---|
Orientation | Orientation |
Gets or sets a value defining the divider's orientation. | Horizontal |
Class | string |
Gets or sets CSS class names that will be applied to the component. | - |
Style | string |
Gets or sets styles that will be applied to the component. | - |
AdditionalAttributes | IReadOnlyDictionary<string, object> |
Gets or sets a collection of additional attributes that will be applied to the component. | - |
ElementReference | ElementReference? |
Gets or sets the associated . May be if accessed before the component is rendered. | - |