defmodule PyrauiWeb.DocsLive.BadgeCardDocs do use PyrauiWeb, :html def render(assigns) do ~H"""
Gamified badge card for achievements, loyalty programs, and progress tracking.
<.badge_card
title="Collaboration Pro"
description="Invite five teammates"
icon="hero-users"
rarity={:rare}
progress={60}
points={120}
/>
rarity
attr to theme border and icon colors.
progress.
points
and unlocked_at
for richer context.