bs_carousel_caption {bsplus} | R Documentation |
Carousel caption
Description
Helper function to generate HTML for a carousel caption.
Usage
bs_carousel_caption(title = NULL, body = NULL)
Arguments
title |
character, caption title |
body |
character, caption body |
Value
htmltools::[tag][htmltools::tag]
<div/>
for carousel caption
See Also
[Package bsplus version 0.1.4 Index]