# Consumable Quickbar

A compact four-slot quickbar of consumables where a button calls `add()` to pin an elixir into the first free slot. Because `add()` enforces the slot cap and dedupes by `id`, repeated clicks add the elixir only once and stop when the bar is full.
