ui.mantine.dev
ui.mantine.dev copied to clipboard
Mantine UI website and components
Minor fix to make burger menu from Header Search responsive like the other examples.
burger menu is expected to display only in smaller screens like the other examples. Looks like the styling code for burger is missing in this particular example: https://ui.mantine.dev/component/header-search https://github.com/mantinedev/ui.mantine.dev/blob/master/components/HeaderSearch/HeaderSearch.tsx
Fix typescript complaints about the interface HeaderActionProps structure. It's required to add links as optional.
I am jumping a lot between components when I am building a page and I always have to mess around with the sidebar to be able to open multiple ones...
add `margin-right`
The component categories in https://ui.mantine.dev/ cannot currently be right-clicked and/or opened in a new tab. If a user wants to open multiple categories side-by-side, they have to employ awkward workarounds....
[User Button](https://ui.mantine.dev/category/users) uses `UnstyledButtonProps` type, which now requires 1 argument `` in latest versions of mantine
Hi, im trying to fork the repo and run it on my pc, im getting some issue like some modules are missing ``` > [email protected] dev > next dev -p...
### Before  ### After 