{% set button_1 %}
  {% include "@bolt-components-button/button.twig" with {
    text: "Learn More",
    style: "primary"
  } only %}
{% endset %}
{% set button_2 %}
  {% include "@bolt-components-button/button.twig" with {
    text: "About Pega",
    style: "secondary"
  } only %}
{% endset %}
{% include "@bolt-components-button-group/button-group.twig" with {
  buttons: [
    button_1,
    button_2
  ]
} %}
  | Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
| tag | Html tag to wrap the button group. | string | — | 
 | 
| buttons | An array of buttons. | array | — | 
 | 
| contentItems | An array of bolt objects. | array | — | 
 | 
| content | A string of content to place in the button group. | string | — | 
 | 
  npm install @bolt/components-button-group