Learn R Programming

bsplus (version 0.1.5)

bs_carousel_caption: Carousel caption

Description

Helper function to generate HTML for a carousel caption.

Usage

bs_carousel_caption(title = NULL, body = NULL)

Value

htmltools::[tag][htmltools::tag]

<div/> for carousel caption

Arguments

title

character, caption title

body

character, caption body

See Also

bs_carousel()