Overview
tng-divider renders a horizontal or vertical separator. Use orientation (horizontal | vertical), optional label with align (start | center | end), and dashed. Slot-based styling: container, line, label, gap, thickness, verticalHeight.
Quick example
Basic
<tng-divider />
<tng-divider label="OR" />
import { TngDivider } from '@tailng-ui/ui/layout';Above
Below
OR
Features
Orientation & label
orientation: horizontal | vertical. Optional label with align: start | center | end. dashed for dashed border.
Class hooks
slot.container, slot.line, slot.label, slot.gap, slot.thickness, slot.verticalHeight.