web icon indicating copy to clipboard operation
web copied to clipboard

Components: is it possible to install the components in a separate folder?

Open chrtze opened this issue 1 year ago • 3 comments

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?

chrtze avatar Nov 18 '24 13:11 chrtze

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

SanjanaSogimatt avatar Jan 04 '25 13:01 SanjanaSogimatt

Linking the shadcn discussion: https://github.com/shadcn-ui/ui/discussions/6673

printerscanner avatar Feb 18 '25 12:02 printerscanner

This is not possible in shadcn.

Maybe it is possible now...

peterkogo avatar May 21 '25 11:05 peterkogo