Buttons
Buttons enable users to access further content. There are three button states for this design system.
Primary
This button state should be used by default unless a button should be disabled.
Hover
For use when a user hovers the mouse over the button. Button should be visually responsive to indicate a click on the button will result in action for the user.
Disabled
For use when a button should not be clickable.View Project
Code
<button type="button" class="btn btn-outline-dark">View Project</button>