Feature Requests: Enhancements for MiniCalendar Component #8346
ragib-hossain-e
started this conversation in
Feature requests
Replies: 1 comment
-
|
Thanks for submitting the feature request! These are good features to add, I've added them to the backlog. If you want to help with the library development, you are welcome to submit a PR with these features. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Enhanced MiniCalendar Component
Summary
Hi, We're building a scheduling feature using the Mantine MiniCalendar component. However, we've encountered a few UI limitations that prevent us from fully implementing our desired functionality.
Below are the requested feature enhancements that would make the component more flexible and suitable for scheduling use cases.
Requested Features
1. Display Day of the Week
Add props to show the day of the week within each date element.
Suggested props:
Example use case: Showing abbreviated or full weekday names below each date.
2. Disable Specific Dates
Add a prop to disable a list of specified dates.
Suggested API:
Benefits: This would allow developers to visually indicate unavailable or blocked dates.
3. Customizable Date Element Layout
Add an option to control the order of elements (day, month, date) inside each date cell.
Suggested API or prop:
Benefits: Enables more flexibility for displaying design-specific formats.
Visual Reference
Here's a sketch of what we aim to achieve:

Notes
All three requests are closely related and focus on improving the MiniCalendar's customizability and layout flexibility for scheduling and booking interfaces.
Thank you for considering these enhancements!
Component: MiniCalendar
Type: Enhancement
Priority: High
Beta Was this translation helpful? Give feedback.
All reactions