Components
Crafting Queue
GameCN registry component for RPG/action interfaces.
Crafting Queue
crafting-queue
CraftingBetacomponent
A crafting job list with queued, crafting, ready, blocked, and empty states.
npx shadcn@latest add @gamecn/crafting-queueLive Preview
Rendered with the component style selected in the top-right selector.
Frame
Scale100%
Crafting Queue
- Ember Pike1m 18s
- Ward PlateReady
- Rift RuneBlocked
Examples
Basic setup, game-state usage, and customization paths.
Basic
Install Crafting Queue and render it with the default GameCN treatment.
npx shadcn@latest add @gamecn/crafting-queueimport { CraftingQueue } from '@/components/ui/crafting-queue'Advanced
Use Crafting Queue with richer game-state data such as variants, empty states, compact density, or critical states.
<CraftingQueue
className="max-w-md"
/>Customization
Swap artwork, tune tokens, and wire the installed copy to your live game state.
<CraftingQueue
iconSrc="/game-assets/crafting-queue.png"
/>