Top "Bootstrap-5" questions

Bootstrap 5 is the fifth major version of the popular frontend component library.

Bootstrap collapse with react js

Hi I'm trying to use bootstrap collapse inside a react view and it's not working. It's very simple but I …

reactjs twitter-bootstrap bootstrap-5
Increasing the size of a bootstrap checkbox

I am creating a simple check box with the code from the official bootstrap documentation: <div class="custom-control custom-checkbox"&…

javascript css bootstrap-4 bootstrap-5
Navbar dropdown (collapse) is not working in Bootstrap 5

I am facing a issue when trying to create a responsive menu or dropdown button with Bootstrap 5.Everything seems ok.…

javascript html css twitter-bootstrap bootstrap-5
How to align nav items to the right in Bootstrap 5?

I have copied a navbar HTML code from https://www.codeply.com/go/qhaBrcWp3v Example 6: <nav class="navbar …

css alignment navbar bootstrap-5
Unable to override $theme-color in bootstrap

It's bootstrap 4.0 with SASS My style.scss file contains the following code: @import "../bootstrap/scss/bootstrap"; @import "colors"; @import "main"; …

twitter-bootstrap bootstrap-4 sass bootstrap-5
How to initialize toasts with JavaScript in Bootstrap 5?

I can't initialize Bootstrap 5 Toasts. The button to initialize the toast: <button type="button" class="btn btn-primary" id="toastbtn"&…

javascript toast bootstrap-5
How to create scrollable element in Tailwind without a scrollbar

I'm trying to recreate a horizontal scroll navbar with tailwind without a scrollbar on the bottom like this example (reduce …

css bootstrap-4 tailwind-css bootstrap-5
Bootstrap v5.0.0-beta1 - ml-auto not working for navbar

I'm trying to setup a navbar where the links would be to the right when screen is large enough and …

html css navbar bootstrap-5
What the meaning of Bootstrap 5 class " me-auto "

This is bootstrap 5 navbar ul part code. my problem is: I can't change ul position left to right. what the …

twitter-bootstrap bootstrap-5
Does bootstrap 5 have a built-in horizontal line?

I'm looking for styled or colored horizontal lines, preferably with success, primary, warning classes. A similar concept to colored links. …

bootstrap-5 horizontal-line