Components: is it possible to install the components in a separate folder?
It would be more clear if all React Flow components are installed in a separate folder (like /xy/...) to separate them from the components that are specific to the project. Is that possible to configure with the shadcn cli?
Hey @chrtze , If I am not wrong what you mean is whenever the user installs components it need to be stored in components/xy folder like shadcn does, I went throught the shadcn-ui github here and I think we can make it work by changing the target at the components.json file
Linking the shadcn discussion: https://github.com/shadcn-ui/ui/discussions/6673
This is not possible in shadcn.
Maybe it is possible now...