-
-
Notifications
You must be signed in to change notification settings - Fork 150
feat(MonthCalendar ): add MonthCalendar component #1592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
This PR adds support for the MonthCalendar variant. I needed something like this for a project I was working on, so I put together a quick initial version to explore the idea.
I wasn’t sure if something like this would even be considered for inclusion, but I figured it was worth making and sharing to show what it could look like. It’s a bit rough and was done fairly quickly, so it might need some iteration — happy to refine things if there’s interest.
The structure is loosely inspired by this example: shadcn-ui-monthpicker, though adapted to fit more closely with the existing calendar patterns in the library.
That said, I think it fits nicely alongside the existing calendar types and could be useful in other projects too.