Min Width
Utilities for controlling the min width of an element
π
Class
|
Properties
|
---|---|
min-w-0 | |
min-w-full | |
min-w-min | |
min-w-max |
Usage
Use the min-width
utilities to set the minimum width of an element.
<div class="min-w-full"></div>
Responsive
Responsive variations also exist for each min-width
value. Use the .min-w-{breakpoint}-{value}
for sm, md, lg, xl, and xxl to any existing width utility.
<div class="min-w-0 min-w-md-auto ..."></div>