Border Beam

An animated border beam effect that travels around the edges of an element.

Installation

pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/border-beam.json

Usage

import { BorderBeam } from "@/components/ui/border-beam";
<div className="relative">
  <BorderBeam size={250} duration={12} delay={9} />
</div>