Tailwind CSS Classes

Tailwind CSS class .pointer-events-auto

<button class="pointer-events-none hover:bg-teal-400 px-4 py-2 bg-gray-300 m-2">None</button>

Preview

Are you tired of writing HTML by hand?

CSS source

.pointer-events-auto { pointer-events: auto; }

More Tailwind CSS classes in Utilities category

© 2024 Shuffle. All rights reserved.