Skip to content

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 @wds/<component> command and replacing <component> with the name of the component you want to install.

The entire install process is handled by the shadcn CLI tool and works identically to how you would install any other Shadcn component.

pnpm dlx shadcn@latest add @wds/action-button

If that doesn’t work you can use the full URL to the component’s JSON file instead.

pnpm dlx shadcn@latest add https://wds-shadcn-registry.netlify.app/r/action-button.json