Components
A gold trophy badge that on hover reveals a mini profile card with the user’s rank, name, and score.
Loading preview...
import { Component } from "@/components/ui/winner-badge";
export default function DemoOne() {
return <Component />;
}