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
{{ message }}
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Create a new component called DateTimePicker, must be showed by a click on Input or in button on side
The component is Date Time default, other options are:
Only Date ('26/10/1995')
Only Time ('13:00' | '01:23 PM')
Only Month ('01' | 'Jan')
Only Year ('2023')
Only Month and Year ('Jan/2023')
Must has Button to select Today
Attention on new HTML apis for dev and Nullstack version ( v0.19.0 handle dates natively )
Attention on mobile - must be developed Mobile Fisrt
Tip: use day.js to manage date
Tip: use @floating-ui/dom and see Tooltip Component
Possible Props
bind: Date - Date Selected
mask: String - How date is Showed for user read this
show: Boolean - Is Showed Dropdown
todayBtn: Boolean (false) - Is Button Today Showed/
Describe Problem/Implemention
Create a new component called DateTimePicker, must be showed by a click on Input or in button on side
The component is Date Time default, other options are:
Must has Button to select Today
Attention on new HTML apis for dev and Nullstack version ( v0.19.0 handle dates natively )
Attention on mobile - must be developed Mobile Fisrt
Tip: use day.js to manage date
Tip: use @floating-ui/dom and see Tooltip Component
Possible Props
Sugestion of solution