https://github.com/tomgp/calendar-layout
https://github.com/tomgp/calendar-layout
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomgp/calendar-layout
- Owner: tomgp
- License: mit
- Created: 2018-06-24T20:15:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:57:09.000Z (over 3 years ago)
- Last Synced: 2025-07-11T11:00:47.187Z (11 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calendar-layout
layout dates a like a calendar

## TODO:
* make it configurable which day of the week a week is considered to start, I've set it to be always on a Monday as that's what most calendars use but there are plenty of people who like to start the week on Sunday and I'm sure there are plenty of cases for other days too
* make some more examples and figure out if the API makes sense -- particularly, I'm not sure about how the month outline works, Might be nicer to be able to draw lines sensibly around arbitrary arrays of dates?