ReactJS Bootstrap Navbar and Routing not working together

后端 未结 4 471
借酒劲吻你
借酒劲吻你 2020-12-13 19:29

I am trying to create a simple Webapp using ReactJS, and I wanted to use the Navbar provided by React-Bootstrap.

I created a Navigation.js

4条回答
  •  半阙折子戏
    2020-12-13 20:01

    i think you forgot to include bootstrap css, refer to the stylesheets section of the following doc

    https://react-bootstrap.github.io/getting-started/introduction/

    or just add the following to ur index.html

    
    

提交回复
热议问题