DEV Community

Discussion on: How to toggle Bootstrap navbar collapse button in React without jQuery

Collapse
 
johnotu profile image
John Otu

Sorry about the late reply.

Yes it should work the same way with Bootstrap 5 with appropriate classes.

I tried to append a collapsable element using useEffect in react, but that didn't work for me.

I don't fully understand what you mean here. Could you maybe drop a snippet?