Is it possible to create preview for some widgets ...
# compose-web
l
Is it possible to create preview for some widgets like @Preview function?
h
https://github.com/JetBrains/compose-jb/issues/747 As a workaround just create a sandbox module and use gradle with
--continuous
to "live" preview your changes
l
got it, thanks
b
I missed @Preview so much that I even created my own sandbox framework 😀 feel free to copy https://github.com/mpetuska/kmdc/tree/master/katalog https://github.com/mpetuska/kmdc/blob/master/sandbox/src/jsMain/showcases/MDCButton.kt