<button type="button" class="btn btn-primary">
Button label
</button>
<button type="button" class="btn btn-primary" disabled>
Button disabled
</button>
<a class="btn btn-primary" href="">
Button link
</a>
Based on the version from MDB:
https://mdbootstrap.com/components/buttons/#basic-buttons
No additional actions, aside from the markup, are needed to use this component.
info
, primary
and secondary
.