min-w-full
Usage
<div class="min-w-full">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the min-w-full
class:
<!-- Basic usage -->
<div class="min-w-full">
Content
</div>
<!-- With other classes -->
<div class="min-w-full p-4 bg-white">
Content with padding and background
</div>