bs_col: Create a Bootstrap col div

View source: R/bsTools2.R

bs_colR Documentation

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"))

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.

Value

A string of HTML.

Examples

bs_col(p("Col 1"))

bsTools documentation built on Aug. 30, 2022, 1:08 a.m.

Related to bs_col in bsTools...