Chart and data visualization components from Tremor
Chart components are available as an optional addon. Install to see live examples.
Install the charts addon:
bash .claude/addons/charts/install.shThis installs @tremor/react, creates chart component wrappers, and configures the Tailwind safelist automatically. After installation, import the chart components and replace the placeholders below to see live examples.
Time series visualization
Install charts addon to see live example
import { LineChart } from '@ui/components'Categorical comparisons
Install charts addon to see live example
import { BarChart } from '@ui/components'Cumulative trends
Install charts addon to see live example
import { AreaChart } from '@ui/components'Proportional data
Install addonKey metrics display
Install addon