DEV Community

Discussion on: REACT NAVBAR WITH reactstrap

Collapse
 
link2twenty profile image
Andrew Bone

I just copy and pasted your code into a codesandbox (and added the 2 dependencies you mentioned) but it doesn't seem to be working right.

Collapse
 
shubhamtiwari909 profile image
Shubham Tiwari

Try to run it in localhost in your pc using VScode
CodeSandBox may be dont support these dependencies

Collapse
 
link2twenty profile image
Andrew Bone • Edited

CodeSandBox just uses NPM I don't think and dependencies can be unsupported.

I read the documentation you have to import bootstrap too.

npm install -s bootstrap
Enter fullscreen mode Exit fullscreen mode
import "bootstrap/dist/css/bootstrap.min.css";
Enter fullscreen mode Exit fullscreen mode

It may be worth updating your article.

Thread Thread
 
shubhamtiwari909 profile image
Shubham Tiwari

yes i was about to comment this Bootstrap installation
Thank you for highlighting the problem