SlickNav icon indicating copy to clipboard operation
SlickNav copied to clipboard

Can i use slick with react

Open Quadriphobs1 opened this issue 7 years ago • 3 comments

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 avatar Sep 29 '17 07:09 Quadriphobs1

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

usamamashkoor avatar Nov 20 '18 12:11 usamamashkoor

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

This work for me :)

laitlhadj avatar May 05 '20 16:05 laitlhadj