Installation Guide

1

Create project

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

npx shadcn@latest init
2

Add components

You can now start adding components to your project.

npx shadcn@latest add @grootstudio/3d-button
3

Import component

The command above will add the ThreeDButton component to your project. You can then import it like this: