About 61,900 results
Open links in new tab
  1. reactjs - Bootstrap Navbar with React - Stack Overflow

    Since you imported 'react-bootstrap', you are able to use the react components that it provided. In order to get a bootstrap navbar working with a basic create-react-app I did the following:

  2. How can I center a Navbar in react-bootstrap - Stack Overflow

    Nov 30, 2017 · 2 Here is another solution, you can use the Container from react-bootstrap around your navbar. It will align your navbar with the main section. On a screen, with a higher width, it …

  3. reactjs - React bootstrap nav-bar styling - Stack Overflow

    Dec 13, 2016 · reactjs navbar react-bootstrap edited Dec 13, 2016 at 2:21 asked Dec 13, 2016 at 0:35 Akshay

  4. React bootstrap Navbar: How to right align a navbar item

    Feb 18, 2017 · I'm trying to right align a navbar item (Contribute) within a navbar.js but I can't seem to figure it out. The navbar is a React component and looks like the following, navbar.js …

  5. reactjs - React Bootstrap Navbar not showing - Stack Overflow

    Sep 14, 2022 · i am trying to use React Bootstrap Navbar component. However, after installing bootstrap and pasting the example code, the navbar doesn't seem to load. i can't seem to …

  6. ReactJS Bootstrap Navbar and Routing not working together

    Feb 23, 2019 · 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 file containing a class …

  7. react-bootstrap how to collapse menu when item is selected

    Sep 8, 2015 · Provides a solution to collapse a menu in React-Bootstrap when an item is selected.

  8. How do I get my Logo to show in my Navbar? - Stack Overflow

    Feb 15, 2022 · reactjs navbar react-bootstrap graphical-logo edited Feb 15, 2022 at 22:30 isherwood 61.4k 16 122 173

  9. Module not found: Can't resolve 'react-bootstrap/Navbar'

    Oct 2, 2020 · 0 react-bootstrap and reactstrap are almost same things and they provide same components. Just use one of them and import both Navbar and Container.

  10. React Bootstrap collapsible navbar not working - Stack Overflow

    Sep 8, 2021 · I've been having issues with making my React app work on mobile, notably the bootstrap navbar. The burger menu shows up, but on clicking it the nav items don't display. …