Closed alorma closed 5 months ago
Hi @alorma this is awesome idea! I will do it soon, do you want to do it myself or you want to contribute (I can give you required permissions) ?
No, feel free!!! Ask any question you need!
@alorma it worked, thank you for idea and samples! Demo is available here: https://wojciechosak.github.io/Calendar/
Thank you! ❤️
Yay! Awesome.
Btw. It looks a little weird on mobile devices.
It's usually solved by adding the line to the <head>
section of the html:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Hi @WojciechOsak .
I just landed on this repo, it looks promising, as calendar is always a hard thing to build.
I just seen that you have a sample for
jsMain
, and thought that you may like the idea of building the sample forjs
and deploy it to Github pages, that way it can be tested easily for users without needing to build the code.I have this code on my repository, that does all the work to deploy it to GH Pages:
Maybe you will need this too:
Thank you!