Learn R Programming

bsTools (version 1.0.5)

bs_col: Create a Bootstrap col div

Description

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

Usage

bs_col(..., col_attr = c(class = "col"))

Value

A string of HTML.

Arguments

...

A string or strings of HTML content to include in the col div.

col_attr

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

Examples

Run this code
bs_col(p("Col 1"))

Run the code above in your browser using DataLab