MiHCM
data/@mihcm/ui·v0.21.0·stable

Tracker

Dense sequence of status segments for uptime, workflow coverage, and timeline availability.

Live preview

Adjust the controls on the right; the preview and code update in real time.

example.tsxtsx
import { Tracker } from '@mihcm/ui/Tracker';

export function Example() {
  return (
    <Tracker
  variant="bar"
  size="md"
  radius="full"
  gap="xs"
  distribution="equal"
  labelPosition="bottom"
    ></Tracker>
  );
}

Install

Both paths are valid. CLI ships the source into your repo (you own it). Install pins via npm.

npx @mihcm/cli add Tracker
Copies the source into components/ds/Tracker.tsx. You own the file. Use --out to override the directory or --force to overwrite.