Docs/Installation
Installation
How to install dependencies and structure your app.
1
Create project
Run the init command to create a new Next.js project or to setup an existing one:
npx shadcn@latest init2
Add components
You can now start adding components to your project.
npx shadcn@latest add https://grootstudio.vercel.app/r/3d-button.json3
Import component
The command above will add the ThreeDButton component to your project. You can then import it like this: