Supported localization for numbers.#123
Conversation
|
@klh any chance of merging this ? Is this project abandoned ? |
|
@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 ? |
|
|
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 |
|
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:
<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!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
No description provided.