You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I found your plugin for storybook and I think it looks perfect for what I'm building,
Only issue is that I'm using MantineJS for my styling and i dont seem to be able to get it to work.
Im unsure if it currently supports MantineJS?
Thank you
The text was updated successfully, but these errors were encountered:
This addon should work fine with any library having a theme provider. To make it work you'd need to pass your custom providerFn function into withThemes(null, [theme], { providerFn });
This could look somehow like this:
import{MantineProvider}from'@mantine/core';constproviderFn=({ theme, children })=>{return<MantineProvidertheme={theme}>{children}</MantineProvider>;};
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi!
I found your plugin for storybook and I think it looks perfect for what I'm building,
Only issue is that I'm using MantineJS for my styling and i dont seem to be able to get it to work.
Im unsure if it currently supports MantineJS?
Thank you
The text was updated successfully, but these errors were encountered: