Installation
How to install Gateling Shadcn components in your project.
It doesn’t matter what framework or package manager you are using. Installing Gateling Shadcn components is as simple as running the shadcn add
command followed by the URL to the component you want to install. This URL will always be formatted as https://gateling-registry.vercel.app//r/<component-name>.json
.
The entire install process is handled by the shadcn
CLI tool and works identically to how you would install any other Shadcn component.