-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add DateTimePicker in Bubbles #475
base: master
Are you sure you want to change the base?
Conversation
Nice work on this one @anirudhaCodes! This will be very useful for |
Btw I love this compact picker but worth also taking inspiration from: Which is also incredibly nice! |
Thank you @maaslalani for the feedback. I will definitely add tests (corner cases).
For example: |
You mean the compact version of the # 404 or calendar version ? |
@maaslalani |
Also, for context, note that we also have #76. I think that in an ideal scenario we offer options for both compact and expanded views. |
Sure, I will add both compact and expanded views. I will share the design for expanded version date picker by tomorrow or day after tomorrow (I will try to keep the design customizable). |
@meowgorithm date_expanded.mp4I'm eagerly looking forward to hearing your thoughts on design of the expanded view |
@anirudhaCodes Can we use Lip Gloss https://github.com/charmbracelet/lipgloss/releases/tag/v0.9.0 |
Introducing DateTimePicker in Bubbles
Description
This pull request introduces the DateTimePicker component to the Bubbles library. The DateTimePicker now allows users to input both date and time. But in later version you can take either of it (only date or only time) as a input by disabling either of it. Additionally, the current implementation supports a 12-hour time frame, with plans to extend support to a 24-hour format in future releases.
Demo:
date.and.time.picker.mp4
To-Do: