Fulldev UI uses the shadcn registry format, so installs use the shadcn CLI. Use the official shadcn CLI docs as the reference for command options.
Commands
The @fulldev namespace must be configured in components.json before these
commands run in a project. Fresh projects should start with the
installation guide.
Install one item:
npx shadcn@latest add @fulldev/button
Initialize Fulldev UI:
npx shadcn@latest add @fulldev/init -y --overwrite
Install the components used in the installation example:
npx shadcn@latest add @fulldev/layout @fulldev/button @fulldev/section -y
Install all components and blocks:
npx shadcn@latest add @fulldev/components @fulldev/blocks
Use -y for non-interactive installs. Use --overwrite when an installed
source file should replace an existing file.