### What problem does this feature solve? Allow customizing the gap between months (similar to [cal-heatmap](https://cal-heatmap.com/docs/options/domain#gutter)) This would allow you to achieve similar layout to cal-heatmap: <img width="423" alt="Image" src="https://github.com/user-attachments/assets/63fb8c4d-142d-49fb-b48c-506bb4a3e457" /> ### What does the proposed API look like? ``` option = { calendar: { splitGap: number } } ```