R/breakpoints.R
breakpoints.Rd
A generic constructor for responsive breakpoints.
breakpoints(..., sm = NULL, md = NULL, lg = NULL)
Other breakpoints (e.g., xl).
xl
Values to apply at the sm breakpoint.
sm
Values to apply at the md breakpoint.
md
Values to apply at the lg breakpoint.
lg
https://getbootstrap.com/docs/5.3/layout/breakpoints/
layout_columns()