Blog category: webdev

Posts 1-1 of 1
  • A paper calendar book with a pen and a delicate green plant laid on top of it

    Localized Calendar Component with Svelte and TailwindCSS

    2024-08-01

    Let's create a localized monthly calendar component together, using Svelte and TailwindCSS with minimal dependencies. To achieve this result, we explore the internationalization APIs of JavaScript and use some clever maths to generate a simple markup. After detailing each piece of the puzzle, we put everything together into a simple but customizable demo which can serve as the basis for your calendar needs.