breakpoints {bslib} | R Documentation |
Define breakpoint values
Description
A generic constructor for responsive breakpoints.
Usage
breakpoints(..., xs = NULL, sm = NULL, md = NULL, lg = NULL)
Arguments
... |
Other breakpoints (e.g., |
xs |
The default value to apply to the |
sm |
Values to apply at the |
md |
Values to apply at the |
lg |
Values to apply at the |
References
Bootstrap's Breakpoints article provides more detail on breakpoints and how they are used and customized.
See Also
breakpoints()
is used by layout_columns()
.
Examples
breakpoints(sm = c(4, 4, 4), md = c(3, 3, 6), lg = c(-2, 8, -2))
[Package bslib version 0.8.0 Index]