python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Hamburger menu doesn't collapse on click any link in mobile
I am building a website and ran across this issue.
I have a basic navbar which when viewed on mobile appears like a hamburger menu. The menu works fine. I have used pure HTML-CSS code for making this ...
Anirudh Dayanand
Votes: 0
Answers: 1
Collapsing navbar using bootstrap in react-typescript
I am trying to create a collapsible navbar using bootstrap in my react-typescript project (see my code below).
return (
<nav className="navbar navbar-expand-md navbar-dark fixed-top bg-d...
ginoboy
Votes: 0
Answers: 2
Bootstrap Responsive Menu Not Closing After Opening
Hi so im kinda new to bootstrap, made shrinking navbar from bootstrap 4.5.3 but the responsive menu not closing after opening it, help will be appreciated thanks.
<!-- Start of Navbar -->
<na...
StormCrown
Votes: 0
Answers: 1
Adding transition to the activeclass in react router v6
In my navbar i added an activeclass so in case a link was chosen a line at the bottom of the link is displayed , im trying to add a transition property to this class change , preferably the line anima...
user18095537
Votes: 0
Answers: 1