A generic constructor for responsive breakpoints.
Arguments
- ...
Other breakpoints (e.g.,
xl).- xs
The default value to apply to the
xsbreakpoint. Note that this breakpoint is generally equivalent to "all sizes" and is typically treated as the base case or a value to apply by default across all breakpoints unless overridden by a larger breakpoint.- sm
Values to apply at the
smbreakpoint.- md
Values to apply at the
mdbreakpoint.- lg
Values to apply at the
lgbreakpoint.
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().
