Striped PatternA backgrounds striped pattern componentbackgroundsbackground PreviewCodeCopyimport { StripedPattern } from "@/components/vritti/striped-pattern"; export function StripedPatternExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg border"> <StripedPattern /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/striped-pattern"Copy