mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 23:55:02 +00:00
docs(www): fix typo (#4232)
This commit is contained in:
@@ -20,7 +20,7 @@ Charts are designed to look great out of the box. They work well with the other
|
||||
|
||||
We use [Recharts](https://recharts.org/) under the hood.
|
||||
|
||||
We designed the `chart` component with composition in mind. **You build your charts using Recharts components and only bring in custom components, such as `ChartTootlip`, when and where you need it**.
|
||||
We designed the `chart` component with composition in mind. **You build your charts using Recharts components and only bring in custom components, such as `ChartTooltip`, when and where you need it**.
|
||||
|
||||
```tsx showLineNumbers /ChartContainer/ /ChartTooltipContent/
|
||||
import { Bar, BarChart } from "recharts"
|
||||
|
||||
Reference in New Issue
Block a user