mantine
mantine copied to clipboard
A fully featured React components library
### What package has an issue @mantine/carousel ### Describe the bug When rendering a Carousel inside a Modal, transitioning to the next slide adds more pixels to `translate3d` than necessary,...
## Example ### Before  ### After   ## Suggest I think it will look better if you fix the area between the button groups.
## Description - https://mantine.dev/core/tabs/#icon-and-right-section - https://mantine.dev/core/stepper/#customize-with-styles-api - https://mantine.dev/core/accordion/#custom-control-label ### Before    ### After   
## Suggest In addition to `margin`, also receive `padding` values, so I think need to change the name!
### What package has an issue @mantine/core ### Describe the bug It looks like that error messages on input do not have `role='alert'`. This both makes it harder to test...
Related issue: https://github.com/mantinedev/mantine/issues/1905 and https://github.com/mantinedev/mantine/issues/1968 Before: https://user-images.githubusercontent.com/22859283/181459033-21669098-e90c-4173-9e60-677fbdc75a23.mov After: https://user-images.githubusercontent.com/22859283/181459057-3de74e75-c259-4f90-9f2c-69990f35af0d.mov https://github.com/mantinedev/mantine/pull/1908#issuecomment-1203107099 I solved the performance problem on Safari by using a useMemo for the input value so that it doesn't change...
NumberInput should only number
### What package has an issue @mantine/core ### Describe the bug If there is a global theme for spacing, Table component's verticalSpacing no longer applies, UNLESS horizontalSpacing is assigned a...
### What package has an issue @mantine/core ### Describe the bug I use TextInput and MultiSelect together in one form. I noticed that both inputs look different. - Placeholders have...
### What package has an issue @mantine/core ### Describe the bug When following the setup instructions for using Mantine 5.0.0 with Remix (1.6.5) (https://mantine.dev/pages/getting-started/ ), there seem to be some...