A Button (Row) is used to group buttons with related functionality.

Example

⌘ Cmd + ⌥ Option + 1

Properties

property propType required default description
centerGroup [ element ] - - Array of buttons for the center
leftGroup [ element ] - - Array of buttons for left side
rightGroup [ element ] - - Array of buttons for right side
testSection string - - Hook for automated JavaScript tests

Usage

Use a button row when you need two or more visible buttons that are related.

Best practices

Do

Use the same button styles

Don't

Group unrelated buttons