ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
941 stars 315 forks source link

Can i use slick with react #165

Open Quadriphobs1 opened 6 years ago

Quadriphobs1 commented 6 years ago

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

usamamashkoor commented 5 years ago

@Quadriphobs1 did you find any solution i am facing the same issue here..?

laitlhadj commented 4 years ago

$(function () { setTimeout(() => $('#menu').slicknav(), 100); });

This work for me :)

amityweb commented 5 months ago

$(function () { setTimeout(() => $('#menu').slicknav(), 100); });

This work for me :)

Thats jquery dependent, not react only