An 8-bit styled game progress card composing retro health, mana, and experience bars. Displays a player's level stats at a glance with pixel-art styling and labeled progress values.
import GameProgress from "@/components/ui/8bit-game-progress"; export default function GameProgressDemo() { return ( <div className="flex items-center justify-center w-full min-h-[400px] p-8 retro"> <GameProgress className="min-w-[300px]" /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.