Kill tracker
componentA masterwork/memento kill-tracker readout: a label on the left and the count tucked to the right, with an optional tracker icon.
Install
npx shadcn@latest add @engram/kill-trackerRegistry item: /r/kill-tracker.json — the machine-readable definition agents install from.
Example
Enemies Defeated3,910
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label* | string | — | What's being counted (e.g. "Enemies Defeated", "Crucible Kills"). |
value* | string | number | — | The running total. |
icon | ImageRef | — | Optional tracker/memento icon shown before the label. |
Composition
pulled in on install- kill-trackercomponent
- bungie-imageatom
Dependencies
npm@engram/core
Own the code: shadcn add copies this component's source into your repo to read and edit directly. Extend without forking — edit the source, use asChild to swap the element, or pass the typed annotations prop for curated data.