shadcn-hydrogen-setup
v1.0.0-r
Published
Install shadcn for Shopify Hydrogen projects and organize components properly.
Downloads
60
Readme
Shadcn Hydrogen Setup 🚀
This package simplifies the installation of shadcn in Shopify Hydrogen Remix projects.
✨ Features
- 🔧 Initializes shadcn in your project
- 📂 Moves components to the appropriate app/components folder
📋 Usage
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. 🎉