Separator
Visually or semantically separates content.
Loading...
Features
- Supports horizontal and vertical orientations.
Anatomy
API Reference
Root
The separator.
RdxSeparatorRootDirective
Prop | Default | Type |
---|---|---|
orientation | 'horizontal' | InputSignal<"horizontal" | "vertical"> Orientation of the separator, can be either 'horizontal' or 'vertical'. |
decorative | false | InputSignalWithTransform<boolean, BooleanInput> If true, the separator will be considered decorative and removed from the accessibility tree. Defaults to false. |