Top "React-bootstrap" questions

Bootstrap components built with ReactJS, for ReactJS applications

Datepicker for React-Strap

I am using react-strap npm package to use Bootstrap 4 components in my React app. When I try to add the …

javascript reactjs react-bootstrap bootstrap-datepicker
React Bootstrap: Vertical alignment of row's columns?

I am using react bootstrap, I am trying to align items vertically within a row but with no luck. My …

css reactjs react-bootstrap
React bootstrap Navbar: How to right align a navbar item

I'm trying to right align a navbar item (Contribute) within a navbar.js but I can't seem to figure it …

javascript reactjs twitter-bootstrap navbar react-bootstrap
navbar-fixed-top show content behind Navbar

How do you prevent the content from floating behind the Navbar when scrolling? <Navbar className="navbar-form navbar-fixed-top" responsive collapseable …

react-bootstrap
Can I use React Bootstrap with Next.js?

Does anyone know if you can use react-bootstrap with Next.js? I am using the latest versions of both, I …

reactjs bootstrap-4 next.js react-bootstrap
How to use Glyphicons when exporting react-bootstrap

I have 2 projects: Project1 and Project2. Project1 uses react-bootstrap. Project1 uses all the components of react-bootstrap and create a wrapper …

fonts webpack webpack-dev-server glyphicons react-bootstrap
How do you conditionally disable a form input in react?

I would like to disable the validated input if an item meets a certain criteria. In this case if a …

reactjs react-bootstrap
Get value of input text with react-bootstrap

I try to get value into a input text and add it to a text area with react-bootstrap. I know …

javascript reactjs textarea react-bootstrap textinput
Formik values not updating with state

Here's the template for a form I'm writing with Formik and react-bootstrap. I'm finding a very strange error: if I …

javascript reactjs react-bootstrap formik
How to send value to state using react bootstrap FormControl dropdown?

I am using React-Bootstrap FormControl dropdown. In this DD I applied map function which iterates and provides the dropdown options. …

javascript reactjs react-bootstrap form-control