Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@radix-ui/react-separator.ts>SeparatorProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface SeparatorProps
implements PrimitiveDivProps
import { type SeparatorProps } from "https://deno.land/x/netzo@0.4.78/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.