Divider*

A versatile component for displaying a separation with different alignments.

utils
Description of the SVG image Loading...

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-divider

Usage

import { Divider } from "@/components/ui/divider";
<Divider position="after">After</Divider>
<Divider position="before">Before</Divider>
<Divider className="gap-4">Gap 4</Divider>