You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ask for a way to run jolly ui components side-by-side with shadcn ui components. For example, to have jolly button and shadcn button appear on the same page. Seems that jolly will install over (ie. overwrite) any shadcn components files with conflicting names.
The text was updated successfully, but these errors were encountered:
You would the be able to run pnpm dlx shadcn@latest add -p components/jolly-ui https://jollyui.dev/default/button, and it would install it to a jolly-ui folder.
You could temporarily fix this by changing the UI alias in the components.json, running the CLI and then changing it back right after.
Ask for a way to run jolly ui components side-by-side with shadcn ui components. For example, to have jolly button and shadcn button appear on the same page. Seems that jolly will install over (ie. overwrite) any shadcn components files with conflicting names.
The text was updated successfully, but these errors were encountered: