Components
An interactive mouse-tracking spotlight border that reveals a gradient glow on hover, wrapping a feature highlight card.
Loading preview...
import ShineBorderFeatureCard from "@/components/ui/shine-border-03";
export default function Default() {
return (
<div className="flex min-h-[560px] w-full items-center justify-center bg-background p-8">
<ShineBorderFeatureCard />
</div>
);
}