bubbles icon indicating copy to clipboard operation
bubbles copied to clipboard

Any ideas about date pickers?

Open mashnode opened this issue 3 years ago • 2 comments

i.e. very common calendar widget on web

mashnode avatar Oct 20 '20 17:10 mashnode

@mashnode can you visualize somehow, how does datepicker can be look?

Personally me, i can't imagine it well)

quenbyako avatar Nov 04 '20 19:11 quenbyako

Hello,

I started working on this for a personal project. I took inspiration from the cal command (some example output: https://duckduckgo.com/?q=cal+linux&t=ffab&iar=images&iax=images&ia=images)

It currently looks like this: image

You can move around and press enter to choose a date. It supports moving across months/years.

Submitting the bubble PR here: https://github.com/charmbracelet/bubbles/pull/76 And the example PR is in the bubbletea repo: https://github.com/charmbracelet/bubbletea/pull/145

Still WIP but submitting for feedback :slightly_smiling_face:

gfeun avatar Oct 28 '21 15:10 gfeun