Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

  • Buttons are clickable items used to perform an action

  • It can be used in the layout to perform a specific action such as submit, save or cancel according to requirements

...

Configurations of a button component

...

Attributes

  • Label: Button label is used to give the identity of a button, which is displayed on the UI and its editable

  • Variant: Sets various types of variants for the button which are displayed in different color formats according to their actions

    • The Button comes in five variants

      • 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 that the action has a negative effect

      • Success: Success is a green button used to indicate a successful action

...