Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
90 views

So I'm trying to use react bootstrap by copy pasting the exact code from the website, however even on default where the screen width is more than 992px (I'm using expand lg) the links just doesn't ...
evriel's user avatar
  • 43
1 vote
1 answer
86 views

I am trying to create a React Bootstrap card view, where all cards should have some space between each other. But my created React Bootstrap cards do not have the expected space between them. I have ...
Absar Ahmad's user avatar
2 votes
1 answer
76 views

Currently working on a project and when clicked on the tab, it should change pages but for some reason its not changing. Only stuck on the overview page. Is there something I'm doing wrong? import ...
Tevin-was-taken's user avatar
0 votes
1 answer
125 views

I am trying to play around with react-bootstrap with NextJS but immediately encountered error using Form.Group when trying to create a simple login page. I copied the below code from the official ...
noplees's user avatar
0 votes
1 answer
54 views

I've tried every possible solution—even with ChatGPT's help—but I'm still stuck. I have a container that holds two applications: a frontend app developed in NextJS (React) and a PostgreSQL database. ...
Andrewz89's user avatar
0 votes
1 answer
32 views

I have a simple FormControl element that is meant to take user input. The problem I have now is that the Chrome browser (I think) is enabling this keyboard toolbar when the user presses the input ...
birgersp's user avatar
  • 5,191
0 votes
0 answers
73 views

I am using React-Bootstrap in my React app, and it was working fine until I implemented lazy loading for my components using React.lazy() and Suspense. After enabling lazy loading, React-Bootstrap ...
Basant Namdev's user avatar
1 vote
1 answer
352 views

I was following a tutorial: https://www.youtube.com/watch?v=R4AhvYORZRY&t and i came across a problem, where, the <LinkContainer /> got me that error, deleting it, fixed it, adding router to ...
Facundo Cabrera's user avatar
1 vote
1 answer
35 views

I am new to React and I would like to start using it right away with the react-bootstrap library. Now I am not sure how to integrate semantic element such as header, section and so on and use the ...
Yannick Ferenczi's user avatar
1 vote
0 answers
130 views

I'm working on a React project using Vite and React-Bootstrap, but I keep encountering the following error when running the app: react-bootstrap.js:1415 Uncaught TypeError: Cannot read properties of ...
r.o.s.e's user avatar
  • 11
1 vote
1 answer
132 views

I am new to React and I am trying to have a input field which can take values between -40 and 30. I am using Form.Control from react-bootstrap and below is my code interface Range{ min: number, max: ...
Nico Robin's user avatar
0 votes
1 answer
230 views

I'm trying to use a dropdown menu from React-Bootstrap and can't make it work. It doesn't close (and it's not vertical, only if I use CSS with display: flex and flex-direction: column)(I'm using 2.10....
david33's user avatar
  • 13
-1 votes
1 answer
60 views

I successfully made the inside of an accordion in React Bootstrap colored red, but its header remains non-red. Please, help to make the header red, too (it should be red when closed and light-red when ...
porton's user avatar
  • 5,909
0 votes
1 answer
146 views

I am using react-bootstrap in v5.3.3 in a single side application. A form is shown in a offcanvas which is flying in from the right side of the screen. It works as expected when the offcanvas is ...
nico's user avatar
  • 87
1 vote
0 answers
50 views

I am using react-bootstrap version 5.3.3. Below is a code I wrote in an attempt to build the navigation for my react app. For some reason, the navbar toggler button appears but does not seem to be ...
Echo's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
269