Tailwind CSS Classes

Tailwind CSS class .min-w-max

    <div class="min-w-max h-5 bg-teal-400">
        <div class="inline-block w-4 h-4 bg-red-400 rounded-full mx-auto"></div>
        <div class="inline-block w-4 h-4 bg-red-400 rounded-full mx-auto"></div>
        <div class="inline-block w-4 h-4 bg-red-400 rounded-full mx-auto"></div>
        <div class="inline-block w-4 h-4 bg-red-400 rounded-full mx-auto"></div>
        <div class="inline-block w-4 h-4 bg-red-400 rounded-full mx-auto"></div>
    </div>

Preview

Check .min-w-max in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Width category

© 2024 Shuffle. All rights reserved.