Example of using in a monorepo
digoburigo opened this issue · 3 comments
Hello I'm trying to use this lib with a monorepo with pnpm
workspaces and turborepo
. I used this example from turborepo
itself that contains tailwind. But I don't know what I'm missing to make it work properly.
My final result is this (Accordion and Select components):
You can see that the tailwind classes are working because of the green text (color that I configured in tailwindcss).
I copy your components from the demo but the styles are not working.
Can you help with this? Thanks for this amazing library!
Do you have that repo public somewhere?
Hello, I resolved this issue installing the packages in both the devDependecies
and dependecies
and was not related with your library. Sorry for opening a issue here. Thanks for you time!
No worries, glad you got it working 👍🏻