Overview:
Buttons are clickable items used to perform an action. The button can be used in the layout to perform a specific action such as submit, save or cancel according to requirements.
...
Steps for configuration:
Go to Component
Search the button component drag and drop the button component in the layout
...
Configurations of a button component
...
Label: Button label is used to give the identity for a button which display on UI
Variant: Users can set various types of variants for the button which is displayed in different color formats according to their actions
Neutral: Neutral is the default variant of the button which is displayed in white color
Brand: Brand is a blue button, used to draw attention to the primary action on a page
Outline-brand: Outline-brand is similar to the brand variant but the color is used for the label and border only, not the button color
Destructive: Destructive is a red button used to warn users that their action has a negative effect
Success: Success is a green button used to indicate a successful action
...