Replies: 3 comments 1 reply
-
Ended up finding a solution here - documentation |
Beta Was this translation helpful? Give feedback.
1 reply
-
To customize the installation path for ShadCN/UI components, follow these steps:
Example:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
|── components/
│ ├── Button/
│ │ ├── index.tsx
│ │ ├── Button.css
│ │ └── Button.test.tsx
This is how the directory structure of my project looks like. I used shadcn and it adds the component file inside the "ui" alias that we have. Is there any flag in cli using which I can add the file to a custom path. I can import the components using relative path. Is there any way right now?
Beta Was this translation helpful? Give feedback.
All reactions