breakpoints {bslib}R Documentation

Define breakpoint values

Description

A generic constructor for responsive breakpoints.

Usage

breakpoints(..., sm = NULL, md = NULL, lg = NULL)

Arguments

...

Other breakpoints (e.g., xl).

sm

Values to apply at the sm breakpoint.

md

Values to apply at the md breakpoint.

lg

Values to apply at the lg breakpoint.

References

https://getbootstrap.com/docs/5.3/layout/breakpoints/

See Also

layout_columns()


[Package bslib version 0.5.1 Index]