Visualizations

Tracker

Component for visualizing activity logs or other data related to monitoring.

Import Tracker

Tremor exports one component to create a tracker.

import { Tracker } from '@tremor/react';

Usage example

The example below shows a composition of an uptime monitor by combining a Card with a Tracker component. The tooltip property acts as pop-up information and displays the provided status.

example.comuptime 99.1%

Usage example with a custom colors

The example below shows a Tracker with custom values in the color key. Note, that for the custom HEX color to work, the tailwind.config.js has to be adjusted. Learn more about custom colors in your theming section.

API Reference: Tracker

client component
data
Required
array
Array of objects, with each object containing an optional key (string), optional color (Color | customColor) and an optional tooltip (string).

Theming

Tracker

Roundness
borderRadiustremor-small