Tracker

Loading...

Installation

Install the component via the CLI in one command.

npx shadcn@latest add @intentui/tracker

Manual installation

Use this approach if you prefer to install and wire up the component yourself instead of using the CLI.

npm install react-aria-components tailwind-merge

Examples

Without tooltip

Sometimes you might want to display the tracker without tooltips for a cleaner look.

Loading...

Component API

Tracker extends the native <div> element.

classNamestring
dataTrackerBlockProps[]
Default: []
defaultBackgroundColorstring
Design