![]() |
VOOZH | about |
This class accepts lots of values in tailwind CSS in which all the properties are covered in class form. It is the alternative to the CSS min-width property. This class is used to define the minimum width of an element. The value of the width cannot be less than the value of the min-width. If the content specified within the element is smaller, min-width maintains the specified minimum width.
Syntax:
<element class="min-w-0">...</element>Example: The width will change according to the size of the screen.
Output:
👁 Image