react98

Separator

A Windows 98 raised divider for panes, toolbars, and menus.

Preview

separator.exe
AboveBelow

Installation

pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/separator.json
npx shadcn@latest add https://react98-ui.vercel.app/r/separator.json
yarn dlx shadcn@latest add https://react98-ui.vercel.app/r/separator.json
bunx shadcn@latest add https://react98-ui.vercel.app/r/separator.json

Usage

import { Separator } from "@/components/ui/98/separator";

export function Example() {
  return <Separator />;
}

Props

PropTypeDefaultDescription
orientation"horizontal" | "vertical""horizontal"Divider direction.
...HTMLAttributes<HTMLDivElement>N/AAll native div attributes pass through.

On this page