Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 28, 2026 01:14
Show Gist options
  • Select an option

  • Save skydoves/2b3fde7d17dae23ea2361f4d0c537a71 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/2b3fde7d17dae23ea2361f4d0c537a71 to your computer and use it in GitHub Desktop.
Plugin attach/detach with + operator
LandscapistImage(
imageModel = { imageUrl },
component = rememberImageComponent {
+ShimmerPlugin() // attach shimmer during loading
+CircularRevealPlugin() // attach reveal animation on success
+PalettePlugin { palette -> } // attach color extraction
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment