Created
March 28, 2026 01:14
-
-
Save skydoves/6f361981cb7c3d6fec7e8b34ff7a173e to your computer and use it in GitHub Desktop.
Three plugins usage example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LandscapistImage( | |
| imageModel = { imageUrl }, | |
| component = rememberImageComponent { | |
| +ShimmerPlugin() | |
| +CircularRevealPlugin(duration = 500) | |
| +PalettePlugin(paletteLoadedListener = { palette -> }) | |
| }, | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment