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

PREVIOUS NEXT
Code Example
Css :: font. to be thinner css 
Css :: css background properties 
Css :: Install css-loader and style-loader 
Css :: how to put a black overlay on a photo css 
Css :: horizontal scroll 
Css :: how to make all the columns equal size with flexbox 
Css :: css border width 
Css :: css pointer event 
Css :: lower brightness of backgroung css 
Css :: inner border css 
Css :: crop image instead of resize css 
Css :: underline text using css 
Css :: edit css jquery 
Css :: remove the outline from bootstrap input and input fields 
Css :: change input placeholder text css 
Css :: background color transparent opacity css 
Css :: how to define global font in css 
Css :: laravel asset css not found 
Css :: bootstrap media query 
Css :: space-evenly vs space-around 
Css :: html invisible hr 
Css :: what are the types of positioning in css 
Css :: css percentrage minus px 
Css :: html css background linear-gradient 
Css :: easy ways to implement dark mode html css 
Css :: flickity css 
Css :: scss ::after 
Css :: padding-block css 
Css :: on hover css 
Css :: textarea scale to content 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =