Divider

Dividers are thin lines that group content in lists or other containers.

Props

React props
NameTypeRequiredDefaultDescription
classNamestring | Partial<Record<"divider", string>> | ClassNameComponent<DividerInterface>NoRoot classes (string), static element classes (object), or state-aware element classes (function).
orientation"vertical" | "horizontal"No'horizontal'Visual and semantic axis of the dividing line.