Skip to content

components/separator

@fungi.computer/caps


@fungi.computer/caps / components/separator

SeparatorProps = object & HTMLAttributes<HTMLDivElement>>

Props accepted by Separator.

optional decorative?: boolean

optional orientation?: "horizontal" | "vertical"

const Separator: ForwardRefExoticComponent<object & HTMLAttributes<HTMLDivElement> > & RefAttributes<HTMLDivElement>>>>

A visual separator between regions.