Package de.peekandpoke.kraft.addons.images

Types

Link copied to clipboard
class SrcSetImage(ctx: Ctx<SrcSetImage.Props>) : Component<SrcSetImage.Props>

Functions

Link copied to clipboard
fun Tag.SrcSetImage(    src: String,     sizes: ImageSizes = ImageSizes.default,     alt: String = "",     configure: IMG.() -> Unit = {}): ComponentRef<SrcSetImage>