bs_carousel_image {bsplus} | R Documentation |
Carousel image
Description
Helper function to generate HTML for a carousel image.
Usage
bs_carousel_image(...)
Arguments
... |
additional arguments passed to
|
Details
This function wraps htmltools::[tag][htmltools::tag]$img
,
but adding a class to center the image in the carousel.
Value
htmltools::[tag][htmltools::tag]
, </img>
See Also
[Package bsplus version 0.1.4 Index]