Top "React-bootstrap" questions

Bootstrap components built with ReactJS, for ReactJS applications

React-Bootstrap pull right navbar

I'm using react-bootstrap for styling my website. I want to add Navbar where all of the elements are mirrored to …

html reactjs react-bootstrap
React-Bootstrap causing margins on left and right side

I'm using React-Bootstrap in my React app. It is causing margin on the left and right side. I'm using the …

javascript css twitter-bootstrap reactjs react-bootstrap
Styled-components and react-bootstrap?

Is there a way to use styled-components together with react-bootstrap? react-bootstrap exposes bsClassproperties instead of className for their component which …

reactjs react-bootstrap styled-components
How to add icon to react-bootstrap navBar?

I'm using react-bootstrap and trying to add an icon to the NavBar <Navbar.Header> <Navbar.Brand> &…

react-bootstrap
how to scale (large) font-awesome icons from the react-icons package

I am using the marvelouse react-icons package (http://gorangajic.github.io/react-icons/fa.html), specifically the font awesome package. If …

reactjs font-awesome react-bootstrap
Specify/Set width and height on a react-boostrap modal

How can I apply a dynamic width and height to a react-bootstrap modal window? I have checked the react-bootstrap docs …

size jsx react-bootstrap
Spacing and Margin Utility in React-Bootstrap

I am React Js beginner. Are there spacing and margin utility classes in React Bootstrap like we have in Bootstrap …

reactjs react-bootstrap
react-bootstrap using webpack

I am trying to use react-bootstrap with web pack. I am able to get a bootstrap <Button> on …

webpack react-bootstrap
How do I make my React Bootstrap cards line up horizontally and equally spaced (also responsively if possible)

I am using Reactstrap and displaying my cards dynamically and they seem to want to stack vertically no matter what …

reactjs twitter-bootstrap react-bootstrap reactstrap
How to fix this error : " Module not found :can't resolve popper.js "

After import the Bootstrap and Jquery this error is showning when compiling. import React from 'react'; import ReactDOM from 'react-dom'; …

jquery reactjs react-bootstrap react-popper