Chet Raj Gautam

Results 22 comments of Chet Raj Gautam

I would recommend you to look at shadcn carousel. It worked for me. If you wanna use this package then I have a way too. Don't use `import 'react-multi-carousel/lib/styles.css'` ....

My css content of carousel.css file : ``` @font-face { font-family: "revicons"; fallback: fallback; src: url("./revicons.woff") format("woff"), url("./revicons.ttf") format("ttf"), url("./revicons.eot") format("ttf"); } .react-multi-carousel-list { display: flex; align-items: center; overflow: hidden;...