Divider

PreviousNext

A window overlaid on either the primary window or another dialog window.

Docs
bunduicomponent

Preview

Loading preview…
examples/components/divider/03/page.tsx
"use client";

import * as React from "react";
import { Divider } from "@/components/ui/divider";

export default function DividerDemo() {
  return <Divider position="end">or continue with</Divider>;
}

Installation

npx shadcn@latest add @bundui/divider-03

Usage

import { Divider03 } from "@/components/divider-03"
<Divider03 />