Divider

Divider

Themed horizontal or vertical separator line with solid, dashed, or dotted variants and optional label.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjDividerComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
AboveBelow
orientation
variant
size
<kj-divider
  kjOrientation="horizontal"
  kjVariant="solid"
  kjSize="md"
/>