Closed maxschulz-COL closed 6 months ago
Hey there, yes with dash-mantine-components>=0.14 you need a MantineProvider to wrap your app. See the DMC docs for more info on how to get started/migrate 🙂
Awesome, thanks :)! It might be good to have an e2e example with an actual dash
app in the github README so that other newcomers do not do the same mistake as myself. Would you be interested in me contributing that?
There is already a usage.py in this very repo 😉
Makes sense! I for one didn't spot that so a link might help. As I said, if you think that would be useful, happy to contribute!
Thanks for the suggestion, I added a link in the Readme. Happy to take contributions in general though!
Hey! As said on the plotly forums, really cool stuff! Love it!
Was just trying it out, and for me your basic example does not work due to some error with
mantine
:@mantine/core: MantineProvider was not found in component tree, make sure you have it in your app
Have you ever encountered that?
I am using the following toy code:
and I am on python
3.12
and have mantine0.14.3