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.
npm install recharts@2.15.42
Install Shadcn UI
Run the init command to create a new Next.js project or to setup an existing one Shadcn UI Docs.
npx shadcn@latest init3
Add Components
Add the required components to your project by running the following command:
npx shadcn@latest add chart label cardThat's all you need to get started.