BUTTON

Buttons are used to perform actions on user's click. You can use solid buttons, floating buttons, icon button based on different scenarios.

Primary and Secondary Buttons

There are different variations of primary and secondary buttons that can be used in different context.

In order to attract user's attention you can use primary button which is also called as call to action.

Code Example :

Other variants of Button

There are few other variants of button like button with an icon, tertiary button , disabled button, floating button, link or icon button.

You can check the below code for adding a button component in your web application based on your need.

Code Example :
Link