Kermout Ayoub
Kermout Ayoub
> we still need it :) apparently a version similar to shadcn made using qwik-ui is getting made
issue is related to preline docs for qwik not being correct and missing important pieces first is how to import preline script in a correct way inside root.tsx ``` import...
> @LazyClicks thanks for sharing the workaround! We've added a backlink in our [docs](https://preline.co/docs/frameworks-qwik.html) for this solution. Cheers! is it possible to change the qwik docs or mention that this...
also tried the way it is in the stackblitz qwik repo with `` but that dioesnt work in prod either
> `` > > Add the above script inside your body tag. won't this just download all of the preline javascript weather the client needs it or not? it seems...
okey so after some research and asking the qwik community, the proper way to import preline scripts is like this ``` import PrelineUI from "../node_modules/preline/preline.js?raw";``` // // // ```
> Hello! I had a similar issue, but mine was caused by something else. I’ll leave this here for others who might run into the same issue and look for...
> Hello [@LazyClicks](https://github.com/LazyClicks) Did you follow the installation flow on https://lingui.dev/installation? is there any steps not done by vendure already? i followed this vendure guide https://docs.vendure.io/guides/extending-the-dashboard/localization/
bump to get notified when this gets merged, couldn't get it to build on my machine somehow