Divider

PreviousNext

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

Docs
bunduicomponent

Preview

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

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

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

Installation

npx shadcn@latest add @bundui/divider-02

Usage

import { Divider02 } from "@/components/divider-02"
<Divider02 />