Skip to content
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

Supported localization for numbers. #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jrlizaso
Copy link

No description provided.

@gethari
Copy link

gethari commented Jan 30, 2024

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

@klh
Copy link
Contributor

klh commented Jan 30, 2024

@WickyNilliams is working on an OS version of this.

I am unfortunately no longer a maintainer on this

@gethari
Copy link

gethari commented Feb 2, 2024

@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
Copy link
Contributor

klh commented Feb 2, 2024

@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
Copy link
Contributor

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
Copy link
Contributor

klh commented Feb 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants