Comments on: How to Make a Monthly Calendar With Real Data https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Mon, 16 May 2022 09:21:42 +0000 hourly 1 https://wordpress.org/?v=6.2.2 By: Ariel https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1795770 Mon, 16 May 2022 09:21:42 +0000 https://css-tricks.com/?p=317010#comment-1795770 In reply to samuele.

Hi Samuele,
did you manage to add events to it?

]]>
By: samuele https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1773384 Thu, 03 Jun 2021 16:51:31 +0000 https://css-tricks.com/?p=317010#comment-1773384 Nice! there is a function to add an array of events??

]]>
By: Ron https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1770084 Wed, 24 Mar 2021 18:49:00 +0000 https://css-tricks.com/?p=317010#comment-1770084 When I try yo open index.html from the completed project in Firefox, I get this error:
Uncaught SyntaxError: import declarations may only appear at top level of a module,
which points to this line in index.js:
import dayjs from “dayjs”;
Also, I have the dayjs-1.10.3.jar from maven, but I’m not sure how to link it to the calendar index.js.

]]>
By: Rimantas https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1760492 Thu, 23 Jul 2020 13:27:31 +0000 https://css-tricks.com/?p=317010#comment-1760492 When something is finally perfect for a table, they do not use a table…

]]>
By: João Paulo https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1760464 Thu, 23 Jul 2020 00:37:39 +0000 https://css-tricks.com/?p=317010#comment-1760464 Really nice! But some gaps between the cells appear larger than others. When I resize the window the larger ones change. Is there some workaround?

]]>
By: Geoff Graham https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1760449 Wed, 22 Jul 2020 15:09:46 +0000 https://css-tricks.com/?p=317010#comment-1760449 In reply to Mica Cooper.

Hey Mica, good question! The HTML for this demo is pretty arbitrary — what’s important is the data that’s pulled into it. There’s a responsive calendar starter template over in our Snippets section that might be a good starting point.

]]>
By: Mica Cooper https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1760440 Wed, 22 Jul 2020 14:07:02 +0000 https://css-tricks.com/?p=317010#comment-1760440 This works great with one exception, mobile view. Are there any plans to add this?

]]>
By: Anrżej https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/#comment-1760405 Tue, 21 Jul 2020 20:18:28 +0000 https://css-tricks.com/?p=317010#comment-1760405 Wow! works fine and easy to enrich (holidays, clicks)

]]>