Learn R Programming

bsTools (version 1.0.5)

bs_clearfix: Create a div with class "clearfix"

Description

Learn more at https://getbootstrap.com/docs/5.1/layout/columns/.

Usage

bs_clearfix(..., clearfix_attr = c(class = "clearfix"))

Value

A string of HTML.

Arguments

...

Valid string(s) of HTML.

clearfix_attr

A named list or named vector, names are attribute names and values are attribute values.

Examples

Run this code
bs_clearfix(
p("Test")
)

Run the code above in your browser using DataLab