GooseUI

CLI

Next

Using shadcn CLI to install components

Adding a Component

Use the add command to install a component:

npm
pnpm
yarn
bun
npx shadcn@latest add @gooseui/button

Adding Multiple Components

You can install multiple components at once:

npm
pnpm
yarn
bun
npx shadcn@latest add @gooseui/button @gooseui/card @gooseui/input