Answers for "tailwind css disabled button"

CSS
0

tailwind css disabled button

<button class="bg-blue-500 text-white font-bold py-2 px-4 rounded opacity-50 cursor-not-allowed">
  Button
</button>
Posted by: Guest on January-27-2021
0

tailwind hover dont work

// tailwind.config.js
module.exports = {
    variants: {
textColor: ['responsive', 'hover', 'focus', 'group-hover'],
 },
}
Posted by: Guest on December-18-2020

Browse Popular Code Answers by Language