powered by
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
Bootstrap's Breakpoints article provides more detail on breakpoints and how they are used and customized.
breakpoints() is used by layout_columns().
breakpoints()
layout_columns()
breakpoints(sm = c(4, 4, 4), md = c(3, 3, 6), lg = c(-2, 8, -2))
Run the code above in your browser using DataLab