Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun BoxWithConstraintsScope.KwikImageGrid(photos: List<Any>, total: Int, onClick: (Any) -> Unit = {})
Link copied to clipboard
fun KwikImageLoader(modifier: Modifier = Modifier, url: Any, shape: Shape? = null, @DrawableRes placeholder: Int = R.drawable.ic_placeholder, contentDescription: String? = null, contentScale: ContentScale = ContentScale.Crop, loading: () -> Unit = {}, success: () -> Unit = {}, error: () -> Unit = {}, colorFilter: ColorFilter? = null, onClick: () -> Unit = {})

An image loader that uses Coil to load images.

Link copied to clipboard
fun KwikImageView(modifier: Modifier = Modifier, url: Any, tint: Color = Color.Unspecified, contentScale: ContentScale = ContentScale.Crop, contentDescription: String? = null, shape: Shape? = null)

An image view that can load images from resources, urls or vectors