Libraries

Here you can find the libraries that are required to use the components.

1

Install Recharts

Install Recharts by running the following command Recharts Docs

bash
npm install recharts
2

Install Shadcn UI

Run the init command to create a new Next.js project or to setup an existing one Shadcn UI Docs

bash
npx shadcn@latest init
3

Add Components

Add the required components to your project by running the following command:

bash
npx shadcn@latest add charts label card

That's all you need to get started.