Engram

Kill tracker

component

A 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-tracker

Registry item: /r/kill-tracker.json — the machine-readable definition agents install from.

Example

Enemies Defeated3,910

Props

PropTypeDefaultDescription
label*stringWhat's being counted (e.g. "Enemies Defeated", "Crucible Kills").
value*string | numberThe running total.
iconImageRefOptional tracker/memento icon shown before the label.

Composition

pulled in on install

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.