Bootstrap 4 Active/Disabled Buttons


Home > bootstrap4


Example
<button type="button" class="btn btn-primary active">Active Primary </button>
<button type="button" class="btn btn-warning" disabled>Disabled Warning</button>
<a href="#" class="btn btn-danger disabled">Disabled Link</a>

Result:

Disabled Link
Try it
Powered by Githua.com