Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface SeparatorProps
implements PrimitiveDivProps
import { type SeparatorProps } from "https://deno.land/x/netzo@0.3.66/deps/@radix-ui/react-separator.ts";

Properties

optional
orientation: Orientation

Either vertical or horizontal. Defaults to horizontal.

optional
decorative: boolean

Whether or not the component is purely decorative. When true, accessibility-related attributes are updated so that that the rendered element is removed from the accessibility tree.