I am having an issue with the MantineProvider returning just a black page even though I followed the steps/code exactly, could someone help me with that?
@@arslan99 Hey, I just wanted to let you know I found out there was an issue with my installation of the Mantine and I got it all working, thank you again for your time. 😄
Hey Arslan, I don't know if you will read this but do you have any idea how I would make mantine work in Electron, it seems the styles are not getting rendered....
second this! tried getting mantine to work for electron and figma plugin, was experiencing the same thing. v6 works for both electron and figma plugins though
It's very easy. Wrap your main component in and pass it a state with light or dark. Then you can call that through a hook in each component that needs it and act on it by passing a different className to them, one that is light and one that is dark. Mantine components already do this check by themselves so you only need to add it to your componennts. You can create a theme also, its all in the Mantine docs with examples
Hey Arslan! This playlist is named “Material UI”!
Thanks for the amazing content
😱 thanks for letting me know I'll adjust
Thanks a lot for this tutorial man!!!
Np glad I could help
bruhhh damn you are a life saver...i will buy you a coffee when i get a job
✧◝(⁰▿⁰)◜✧ that'd be great lmao 😂. Fingers crossed you get your job 🤞
im with this guy. thank you so much for this tutorial. i'll buy you a Porsche when i get a job.
great video!
Ty
I am having an issue with the MantineProvider returning just a black page even though I followed the steps/code exactly, could someone help me with that?
Is your encapsulated in your mantine provider?
Try something like this 🤔
root.render(
);
@@arslan99 Hey, I just wanted to let you know I found out there was an issue with my installation of the Mantine and I got it all working, thank you again for your time. 😄
@@ryantengan9101 fantastic
but choose create react app if it deprecated? choose vite instead
Why so quite… Please augment the sound 😢
For sure for future videos I'll keep it in mind, thanks
Hey Arslan, I don't know if you will read this but do you have any idea how I would make mantine work in Electron, it seems the styles are not getting rendered....
Might be a great idea to make into a video let me try to see what I can do
@@arslan99 Thank you!
second this! tried getting mantine to work for electron and figma plugin, was experiencing the same thing. v6 works for both electron and figma plugins though
Hey! Do you know how we can create custom color themes for lightmode and dark mode?
Off the top of my head in not too sure sorry
It's very easy. Wrap your main component in and pass it a state with light or dark. Then you can call that through a hook in each component that needs it and act on it by passing a different className to them, one that is light and one that is dark. Mantine components already do this check by themselves so you only need to add it to your componennts. You can create a theme also, its all in the Mantine docs with examples
Can there be one with just reactjs ?
Ugh upgrading from 6 to 7 sucks. I wish they would have built a tool for the upgrade.
It would be so much easier 😭
is that all