Installation
How to install WDS Shadcn components in your project.
It doesn’t matter what framework or package manager you are using. Installing WDS 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://wds-shadcn-registry.netlify.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.