SlickNav
SlickNav copied to clipboard
Can i use slick with react
Is there anyway i can use slick nav with react since its a jquery dependency package and am not using jQuery in my react app, must i have jQuery in my react app before i could use it or can you give a documentation on how i can use it with react app or vue app
@Quadriphobs1 did you find any solution i am facing the same issue here..?
$(function () { setTimeout(() => $('#menu').slicknav(), 100); });
This work for me :)