Search
 
SCRIPT & CODE EXAMPLE
 

CSS

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>
Comment

disabled button tailwind css class on basis of true false

<button
  type="button"
  className=" /* enable class attributes */
               disabled: /* disabled class attributes*/ "
  disabled={/* disable logic in true or false */}
>
Comment

remove hover on disabled button tailwindcss

disabled:pointer-events-none
Comment

PREVIOUS NEXT
Code Example
Css :: show hide item based on display size 
Css :: css div bottom of parent 
Css :: hiding button border when clicked 
Css :: header center 
Css :: posicionar div centro da tela 
Css :: css not class 
Css :: read only easyui 
Css :: grid repeating auto columns 
Css :: css selector for getting disabled input field 
Css :: associate checkbox with label 
Css :: white border css 
Css :: mat radio button color 
Css :: background color transparent 
Css :: css minifier api 
Css :: css element same line 
Css :: border color transparent 
Css :: dotted underline css 
Css :: css div overlay div 
Css :: html5 video hide timeline bar 
Css :: how to change paragraph text color to orange - css 
Css :: best box shadow css 
Css :: import css in another css file 
Css :: hover effect button css 
Css :: border-radius cross browser 
Css :: css center text 
Css :: text properties css 
Css :: center a spinner css 
Css :: text decoration underline not removing 
Css :: style rule that expands the element to cover any floating content within the element 
Css :: input type date all css style 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =