Overview
Compact ranked-value list with tokenized bars, optional row links, icons, value formatting, and motion-backed width animation.
Use BarList from @mihcm/ui with MiHCM semantic tokens and Tailwind utility classes. Keep layout, spacing, color, and state styling token-based so the component remains responsive and dark-mode compatible.
Install and import
npx @mihcm/cli add BarListimport { BarList } from '@mihcm/ui/BarList';Usage rules
- Prefer the component API first, then extend with tokenized
classNameoverrides. - Do not use raw hex colors, inline styles, or local primitive forks.
- Test mobile width, keyboard access, focus states, disabled states, and empty data.
- Keep labels and descriptions visible or available through accessible names.