All Questions
4 questions
-1
votes
1
answer
67
views
How to use Classname in react to give Bootstrap class and CSS file style in same "Classname" field
<div class="form-group" className=''>
<input type="password" class="form-control" className={loginStyle.passwordDiv}
id="...
0
votes
2
answers
1k
views
Bootstrap Data-bs-toggle is not working in the currently version?
I notice that bootstrap 5.1.3 data-bs-toggle isn't working anymore. Like in this exemple:
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="...
0
votes
1
answer
69
views
how to set active class to nav menu from bootstrap
I'm new to the bootstrap. Using their navigation menus. I'm trying to set the active class to the selected menu. my menu is -
<li class="nav-parent">
<a class="nav-link&...
0
votes
0
answers
173
views
How to set rowspan for a div in bootstrap? [duplicate]
I'm trying to set rowspan for a div to combine rows in bootstrap. Please note that I am trying to achieve this without creating extra div and nesting a divs which are the usual methods.
<div class=...