Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/docs/pages/components/bar-chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<ComponentDescription name="bar-chart" />

import { Callout } from 'nextra/components'

<Callout type="warning" emoji="🧪">
**Experimental.** BarChart is not stable yet: it ships in `@vtex/shoreline-charts` at 0.x, so its API and visuals may change between minor versions.
</Callout>

<Preview name="bar-chart" />

`BarChart` lives in the separate `@vtex/shoreline-charts` package. Install it and import its stylesheet once in your app:
Expand Down
Loading