DEV Community

Discussion on: REACT NAVBAR WITH reactstrap

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