separator
separator component
Not VerifiedComponent1 file
razi-style@radix-ui/react-separator
Preview
separatorOpen Full Page
Install
npx shadcn add https://www.razisyed.cv/r/separatorDependencies
npm i @radix-ui/react-separatorUsage
import { separator } from "@/components/ui/separator";
export default function Example() {
return <separator />;
}Source
Loading source...