Components
Loading preview...
npx shadcn@latest add https://21st.dev/r/trophyso/streak-badgeimport { StreakBadge } from "@/components/ui/streak-badge"
export default function Demo() {
return (
<div style={{ padding: "16px" }}>
<StreakBadge length={7} frequency="daily" />
</div>
)
}