Thanks a lot brother! You literally helped me! Shad is just giving typescript ones in docs, But I wantd React + Javascript. You helped me!
@titoboyabunda4763Ай бұрын
thanks bro i been looking out for this video xD
@shubhrajit211713 күн бұрын
Use tailwind version 3 as the syntax has changed in v4
@kofiboahen215620 күн бұрын
perfect
@shreyasjadhav3653Күн бұрын
Hey, can you please help me? I’m getting an error when running the command: npx tailwindcss init -p
@optipwr402 ай бұрын
It looks like the tailwind.config.js may need to be updated to leverage ES modules instead of require syntax. Also it seems the default app.jsx renders all wonky now if you keep the default code. However the button component looks good if you remove all the boilerplate. Curious if anyone else experienced this. It seems the shadcn docs don't get you fully ready for dev. example code: import tailwindcssAnimate from 'tailwindcss-animate';
@freeyourmind75382 ай бұрын
0:20, i question the trend of Shadcn, i mean, why not just make documentation for JS too? This lack of attention makes me not want to use it 🤷🏾♂
@jam-ss2jc13 күн бұрын
facing error with this npx tailwindcss init -p npx tailwindcss init -p npm error could not determine executable to run npm error A complete log of this run can be found in: C:\Users\PRAKH\AppData\Local pm-cache\_logs\2025-01-24T19_29_34_979Z-debug-0.log
@jam-ss2jc13 күн бұрын
Please help
@sahilrai897713 күн бұрын
@@jam-ss2jc same here did you find any solution bro?
@androidsociety431212 күн бұрын
tailwind version 4 has launched where the syntax has changed, so you need to use npm install -D tailwindcss@3.4.17 postcss autoprefixer
@sahilrai897712 күн бұрын
@@androidsociety4312 thanks bhai
@shadmanshahriar27222 ай бұрын
Getting an error in jsconfig.app.json where it says “No inputs were found in config file '/Users/shadman/311ProjectFolder/frontend/jsconfig.app.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'.ts “
@TBirre2 ай бұрын
exact same, found any solution?
@AndysTechTutorials2 ай бұрын
Hey there, can you show me what your code looks like for your jsconfig.app.json file?