This would be used when we want to add items to a collection

bs_append(tag, ...)

# S3 method for default
bs_append(tag, ...)

# S3 method for shiny.tag
bs_append(tag, ...)

Arguments

tag

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

...

additional arguments

Value

htmltools::[tag][htmltools::tag], modified copy of tag

See also