Thank you! Is there a video on how to style the component with tailwind?
@Devtamin2 ай бұрын
Unfortunately not
@hajidraihan55433 ай бұрын
nice its very helpful
@Devtamin3 ай бұрын
Glad to hear that
@oluwanifemiorimoloye-ww6nf3 ай бұрын
Thanks for the video, very helpful ❤ What is that one habit that really helped you while learning to code?
@Devtamin3 ай бұрын
Nothing special. Just keep learning
@keifer78134 ай бұрын
Nice vid. I followed the steps precisely but for some reason, it created a folder called "@" in my root directory. This folder had the "components" and "lib" folders inside it. Why might that have happened? And how do I fix it? Thanks
@anuragbandyopadhyay34834 ай бұрын
Same for me
@attiquerehman7792 ай бұрын
thanks man
@Devtamin2 ай бұрын
You're welcome
@roubilridlo21599 ай бұрын
i already have custom css, and already have configured tailwind.config.css its basically i using tailadmin template and wanna add shadcn ui in it. can you teach me how to do it? sorry for my bad english
@Jayemby4 ай бұрын
my tsconfig.json doesn't have compilerOptions when I go to load it. I've followed all the steps. When I try to just add it instead, then I just get loads of 'Cannot find module ‘@/components/ui/button' errors even though I've installed all the components later.
@adityaraj36434 ай бұрын
I am facing the same issue. Were you able to fix it?
@bimangunarathne22394 ай бұрын
hi in my project there is not creating component folder when i install the component did you know how to fix that
@yeunhatdei16093 ай бұрын
why i dont see the vite.config.js file when i create the project
@randombasketballguy3378 ай бұрын
I’m getting an error that says “Cannot find module ‘@/components/ui/button’ or it’s corresponding type declarations. Any ideas how to fix it?
@Devtamin8 ай бұрын
make sure that you update node.js to the latest version. Hope it helps
@serene75606 ай бұрын
I had the same problem, I deleted the @ folder where the component was downloaded, then I ran the shadcn-ui init command again and this time it created a folder inside the src, then it worked.
@webshipon19415 ай бұрын
@@serene7560 solve this error my brother give code link
@MinTechBD4 ай бұрын
i am also get this error
@anuragbandyopadhyay34834 ай бұрын
@@serene7560 I had to manually change the file system in order to run the application.