I want to try using bootstrap template in React. I imported all the CSS files in my component page.
But I am unable to use the JavaScript files. I imported them in public/index.html
inside the body. To work properly what should I do ?
I tried this for CSS. CSS is working fine
I tried adding jS here,but did not work
2
Answers
Have you enable JS on your browser?
sometimes, it was necessary to reactivate JS fiture on your browser before JS can do the magic
need more information for this issue?
please visit this link
https://www.enable-javascript.com/
thank you
I think for ensure working of JS smoothly you need to use the script as mentioned in the docs, for more refrence don’t forget to check the docs -> https://react-bootstrap-v4.netlify.app/getting-started/introduction