2.11.2

Button Group

Button Group Component in Bolt

Published

History
View changes
Install
yarn add @bolt/components-button-group
Source code
View on Github
Dependencies
@bolt/components-button @bolt/components-headline @bolt/core

Button-group can contain multiple buttons. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.

Install via NPM
npm install @bolt/components-button-group

Description

Button groups are a horizontal set of actions with a hierarchy that defines the spacing and their relationship between each other. This set of actions help people under stand their options with potential next steps.

Button padding left is 1rem when there are multiple buttons in a horizontal row.

Dos

Don'ts

NOTE: We currently do not have joined buttons (eg, no gap, single button with two sides), but this is something to consider moving forward.

Overview Usage Schema Edit this page Testing Steps
{% include "@bolt-components-button-group/button-group.twig" with { buttons: [ { text: "Learn More", style: "primary" }, { text: "About Pega", style: "secondary" } ] } only %}

Note: when assigning component props as HTML attributes on a web component, make sure to use kebab-case.

Prop Name Description Type Default Value Option(s)
tag

Html tag to wrap the button group.

string
  • ul or ol
buttons

An array of button objects.

array
  • [items]:
    • Type: object

      Bolt button information.

    • Properties:
    content_items

    An array of bolt objects.

    array
    • [items]:
      • Type: object

        Bolt component information.

      • Properties:
      content

      A string of content to place in the button group.

      string