You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a feature that allows users to hide the navigation bar. While it is possible to hide it using CSS, having a built-in option to prevent it from rendering would be more efficient.
Proposed solution:
Introduce a new prop (e.g., hideNavBar) that, when set to true, prevents the navigation bar from rendering.
<DatetimehideNavBar={true}/>
The text was updated successfully, but these errors were encountered:
I'm Submitting a ...
Description:
I would like to request a feature that allows users to hide the navigation bar. While it is possible to hide it using CSS, having a built-in option to prevent it from rendering would be more efficient.
Proposed solution:
Introduce a new prop (e.g.,
hideNavBar
) that, when set totrue
, prevents the navigation bar from rendering.The text was updated successfully, but these errors were encountered: