Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

bootstrap buttons Disabled state

Make buttons look inactive by adding the disabled boolean attribute to any
<button> element.
<button type="button" class="btn btn-lg btn-primary" disabled>Primary button</button>
<button type="button" class="btn btn-secondary btn-lg" disabled>Button</button>
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #bootstrap #buttons #Disabled #state
ADD COMMENT
Topic
Name
3+5 =