Separator
A quiet divider for visual structure.
#Default usage
DocsComponentsTheming
Quiet structure without visual noise.#Usage
import { Separator } from "@froggdesign/enter-ui";
export function Example() {
return (
<>
<div className="docs-preview-row">
<span>Docs</span><Separator orientation="vertical" /><span>Components</span><Separator orientation="vertical" /><span>Theming</span>
</div>
<Separator />
<span className="docs-preview-muted">Quiet structure without visual noise.</span>
</>
);
}#Accessibility
Separator renders a semantic separator role. Use decorative when the line is purely visual.
#API
orientation:horizontalorvertical.decorativeremoves separator semantics.- Supports native
hrprops.
#Styling
Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.
