duetds / date-picker

Duet Date Picker is an open source version of Duet Design System’s accessible date picker. Try live example at https://duetds.github.io/date-picker/
https://www.duetds.com
MIT License
1.73k stars 68 forks source link

Supported localization for numbers. #123

Open jrlizaso opened 1 year ago

gethari commented 10 months ago

@klh any chance of merging this ? Is this project abandoned ?

klh commented 10 months ago

@WickyNilliams is working on an OS version of this.

I am unfortunately no longer a maintainer on this

gethari commented 10 months ago

@WickyNilliams is working on an OS version of this.

I am unfortunately no longer a maintainer on this

@klh thanks for responding, by any chance do you have the repo link ?

klh commented 10 months ago

@WickyNilliams is working on an OS version of this. I am unfortunately no longer a maintainer on this

@klh thanks for responding, by any chance do you have the repo link ?

https://github.com/WickyNilliams/date-picker

WickyNilliams commented 9 months ago

the above repo has been dormant for quite some time, but i am back doing some development on it locally.

i have rewritten the entire thing from scratch (many times over 😅). locally i have added support for range select, inline calendars, arbitrary number of months shown, and a bunch of other feature. and it should all come in at less than 10kb 👍 just doing a lot of refinement at the moment, and playing with a few different component APIs to maximise composition.

right now i can do something like this:

<calendar-picker type="range" months="3">
  <div class="some-custom-grid">
    <calendar-month></calendar-month>
    <calendar-month offset="1"></calendar-month>
    <calendar-month offset="2"></calendar-month>
  </div>
</calendar-picker>

the tag names and the API are not final, but it gives an idea to how things will compose, and the flexibility it will offer for custom layouts

i hope to get a 0.x version published in the next week or so!

klh commented 9 months ago

Awesome nick!Den 29. feb. 2024 kl. 15.31 skrev Nick Williams @.***>: the above repo has been dormant for quite some time, but i am back doing some development on it locally. i have rewritten the entire thing from scratch (many times over 😅). locally i have added support for range select, inline calendars, arbitrary number of months shown, and a bunch of other feature. and it should all come in at less than 10kb 👍 just doing a lot of refinement at the moment, and playing with a few different component APIs to maximise composition. right now i can do something like this:

the tag names and the API are not final, but it gives an idea to how things will compose, and the flexibility it will offer for custom layouts i hope to get a 0.x version published in the next week or so!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>