Clickable elements for anything you want people to click on
Buttons make common actions immediately visible and and easy to perform with one click or tap. They are used primarily for actions such as "Post a Project", "Bid", "Award", or "Accept". Less prominent actions, such as "View More", are executed using plain buttons, which visually resemble links.
Default resting state.
When another action has to be completed before the button is usable, such as filling in a required text field.
Use for indicating that the button is processing while waiting for the system to response
Use only when necessary. This adds in aria-label for links / buttons that doesn't have a descriptive text. For example, a button that only has an icon inside it.
Url used for button link case
Whether to open the link in a new tab in desktop.