Skip to content

Divider

There are two types of dividers, default, and button; meant for generic use and for separating buttons, respectively.

Component behavior

Inert. Purely a graphical element.

Examples

The dividers in the left column below are the default type, while those in the right column are of the button type.

Tables

Properties

Attribute Property Description Type Default Value
type type Designates if the divider should be styled for dividing buttons or generic content. 'default' | 'button' 'default'
orientation orientation Designates the divider's orientation. 'horizontal' | 'vertical' 'horizontal'
emphasis emphasis Designates the dividers color emphasis. | 'x-high-emphasis' | 'high-emphasis' | 'default-emphasis' | 'low-emphasis' | 'x-low-emphasis' 'default-emphasis'

Events

Event name Reactjs attribute Description
No events found.

Functions

Name Description Arguments
No functions found.

Slots

Name Description
No slots found.

CSS Parts

Attribute Description
No CSS parts found.

Sandbox