arqex / react-datetime

A lightweight but complete datetime picker react component.
1.99k stars 872 forks source link

feat: option to hide navigation bar #869

Open daopk opened 1 month ago

daopk commented 1 month ago

I'm Submitting a ...

[ ] Bug report
[x] Feature request
[ ] Support request

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 to true, prevents the navigation bar from rendering.

<Datetime hideNavBar={true} />