PRIME 8

Buttons

Buttons are used to provide a possible actions for user.

Standard Button

There are 2 types of standard buttons - primary and secondary. Don't forget to use btn class to apply basic button styles.

Refer the below code to use primary and secondary buttons. Make changes as per your requirements.

Link Button

A Link Button is basically a link in the form of a button.

Refer the below code to use link button. Make changes as per your requirements.

Icon Button

A Link Button is basically a icon which acts as a button.

Refer the below code to use icon buttons. Make changes as per your requirements.

Floating Action Button

A floating action button is placed on the user's viewport to provide a required action.

Refer the below code to use floating action buttons. Make changes as per your requirements.