Install Shadcn Ui

Install and configure Shadcn ui to access pre-built components to streamline your development process

Install necessary packages

npx shadcn@latest init

Configure components.json

Which style would you like to use? › New York
Which color would you like to use as base color? › Zinc
Do you want to use CSS variables for colors? › no / yes

That's it !

Your all set. Start adding components to your project

For this example to add the Button component to your project simply copy and run the command below.
npx shadcn@latest add button