This package simplifies the installation of shadcn in Shopify Hydrogen Remix projects.
- π§ Initializes shadcn in your project
- π Moves components to the appropriate app/components folder
To initialize shadcn:
npx shadcn-hydrogen-setup init
This will initialize shadcn and automatically move components to the correct directory.
To add a new component:
npx shadcn-hydrogen-setup add button
After running the add command, components will also be moved to the correct place. π