Separator
A Windows 98 raised divider for panes, toolbars, and menus.
Preview
AboveBelow
Installation
pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/separator.jsonnpx shadcn@latest add https://react98-ui.vercel.app/r/separator.jsonyarn dlx shadcn@latest add https://react98-ui.vercel.app/r/separator.jsonbunx shadcn@latest add https://react98-ui.vercel.app/r/separator.jsonUsage
import { Separator } from "@/components/ui/98/separator";
export function Example() {
return <Separator />;
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | "horizontal" | "vertical" | "horizontal" | Divider direction. |
... | HTMLAttributes<HTMLDivElement> | N/A | All native div attributes pass through. |