Components
An animated card wrapped in a laser-scanner shine border with a vertical gradient sweep, styled as an identity-verification security card.
Loading preview...
import ShineBorderDemo from "@/components/ui/shine-border-02";
export default function Default() {
return (
<div className="flex min-h-screen w-full items-center justify-center bg-background p-8">
<ShineBorderDemo />
</div>
);
}