Components
Party Frame
A compact party member list with roles and health state.
Party Frame
party-frame
PartyReadycomponent
A compact party member list with roles and health state.
npx shadcn@latest add @gamecn/party-frameLive Preview
Rendered with the component style selected in the top-right selector.
Frame
Scale100%
Ivara
Tank
Tarin
Scout
Moro
Medic
Examples
Basic setup, game-state usage, and customization paths.
Basic
Install Party Frame and render it with the default GameCN treatment.
npx shadcn@latest add @gamecn/party-frameimport { PartyFrame } from '@/components/ui/party-frame'Advanced
Use Party Frame with richer game-state data such as variants, empty states, compact density, or critical states.
<PartyFrame
className="max-w-md"
/>Customization
Swap artwork, tune tokens, and wire the installed copy to your live game state.
<PartyFrame
iconSrc="/game-assets/party-frame.png"
/>