I'm using jewel in a custom intellij plugin. Is th...
# jewel
g
I'm using jewel in a custom intellij plugin. Is there a way to show my composable components in a preview? I tried using the stand-alone dependency and
IntUiTheme
. It works if you don't use anything specific to Intellij inside them, but it's hard to do that for everything like colors, icons, bundles. Is there another way? Maybe a mock
SwingBridgeTheme
or similar