mantine
mantine copied to clipboard
A fully featured React components library
This is a POC for a quick way to add TS annotations to a component's functional declaration. This is intended to increase DX by providing a quick way to link...
### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.12.1...
### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.12.2...
- Conditionally apply whileElementsMounted based on keepMounted prop - Use manual autoUpdate control when keepMounted=true to avoid unnecessary updates on CSS-hidden elements - Add keepMounted prop to usePopover options interface...
### Dependencies check up - [x] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 8.1.1...
### Dependencies check up - [x] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 8.0.2...
### Dependencies check up - [x] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.17.8...
## Overview This feature allows you to customize the first day of the month and the number of days in a month for the Mantine Calendar component. This is useful...
I've refactored `toDateString` and `toDateTimeString` for enhanced type precision using generics. This approach uses the conditional helper type `ExactOptionalReturn` (defined as `T extends undefined ? undefined : T extends null...