Separator
Visual divider between content sections. Wraps bits-ui Separator.
Example
Above
Below
Left Right
Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Direction of the separator |
class | string | — | Additional CSS classes |
Usage
<script>
import { Separator } from '@chrissnell/chonky-ui';
</script>
<Separator />
<Separator orientation="vertical" />