Divider
The Divider component is a thin line that separates content areas.
Style Attributes
Name | Type | Default | Description |
---|---|---|---|
variant | full width inset middle string | full width | Defines the display type to use. |
orientation | horizontal vertical string | horizontal | Specifies the orientation of the divider. |
absolute | bool | false | If true, the divider will have absolute positioning. |
flexItem | bool | false | If true, a vertical divider will have the correct height when used inside a flex container. |
light | bool | false | If true, the divider will have a lighter color. |
For more detail on the Divider component, see the MUI developer docs.