RAJIV
RAJIV
Use Path in tsconfig.json `"paths": { "@/*": ["./src/*"] }`
use this command ```bash npm install cmdk ``` Remember shadcn-ui is based on radix-ui so some time you should read the error carefully.because you have to download some radix packages
can you install this package ```bash npm i @radix-ui/react-focus-scope ``` i'm telling you to install this because This is an internal utility for radix-ui. let me know if issue still...
Pass something like this in comp if you are facing the same issue with dropdown ```js ``` For select you can do this ```js html { overflow-x: hidden; } ```
If you're looking to add a dot indicator to your carousel, here's a simple way to do it. The idea is to maintain a state variable that keeps track of...
1. Turn off your react strict mode in index.js 2. install "react-codemirror2": "^7.2.1 3. install "codemirror": "^5.57.0" 4. and last one use --force while you install any packages **It's worked...