Divider

PreviousNext

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

Docs
bunduicomponent

Preview

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

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

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

Installation

npx shadcn@latest add @bundui/divider-01

Usage

import { Divider01 } from "@/components/divider-01"
<Divider01 />