Skip to content

Divider

Horizontal/vertical divider with optional label.

Import

tsx
import { ZDivider } from "@zurto/ui";

Usage

tsx
<ZDivider />
<ZDivider label="OR" />
<ZDivider orientation="vertical" />

Props

PropTypeDefaultDescription
orientation'horizontal' | 'vertical''horizontal'Direction
labelstringCenter label

Released under the MIT License.