-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Hi maintainers 👋,
I'd like to propose a small enhancement to the documentation of the Navbar component.
📌 Problem:
While the current documentation provides a good overview, I believe it could benefit from:
More real-world usage examples (e.g., sticky navbar, responsive collapse behavior).
A detailed explanation of how expand, collapseOnSelect, and bg interact with mobile views.
Sample usage with React Router (which is common in SPAs).
Describe the solution you'd like
Suggested Improvement:
I'd love to add:
A new example showcasing a responsive sticky navbar with multiple links.
A snippet integrating React Router for seamless page transitions.
A collapsible behavior demo for mobile views using collapseOnSelect.
Describe alternatives you've considered
I considered writing a blog post or external guide to demonstrate these advanced Navbar use cases, but felt it would be more beneficial if included directly in the official docs.
Also thought about contributing example code snippets via discussions, but a proper code addition in the docs would make it easier for users to find and apply directly.
Additional context
I’d like to contribute this:
If approved, I’d be happy to implement this improvement and submit a PR!
Thanks for the amazing library and your time. 🚀
— Uday