Learn R Programming

bsplus (version 0.1.5)

bs_carousel_image: Carousel image

Description

Helper function to generate HTML for a carousel image.

Usage

bs_carousel_image(...)

Value

htmltools::[tag][htmltools::tag], </img>

Arguments

...

additional arguments passed to htmltools::[tag][htmltools::tag]$img, typically includes src

Details

This function wraps htmltools::[tag][htmltools::tag]$img, but adding a class to center the image in the carousel.

See Also

bs_carousel()