Skip to main content
!GOV.UK
NotGovUK
  • Get started
  • Styles
  • Components
  • Contributing
  • Back link
  • Breadcrumbs
  • Button
  • Checkboxes
  • Cookie banner
  • Date input
  • Details
  • Error message
  • Error summary
  • FieldSet
  • File upload
  • Footer
  • Header
  • Inset text
  • Notification banner
  • Pagination
  • Panel
  • Phase banner
  • Radios
  • Select
  • Service navigation
  • Skip link
  • Summary list
  • Table
  • Tabs
  • Tag
  • Text input
  • Textarea
  • Warning text
Unofficial
  • Aside
  • Form
  • Form field
  • Navigation menu
  • Page
  • Search box
  • Standalone input
Internal
  • Button group
  • Form group
  • Hint
  • Input
  • Label
  • Link
  • Summary card
  • Visually hidden
  • Width container
Components

Button group

Internal

A component for grouping buttons and links on a single line.

OneTwoThree
  • HTML
  • React
Rendering...
Rendering...
Props
NameTypeDefaultDescription

Stories

Standard

A standard Button group.

OneTwoThree
  • HTML
  • React
Rendering...
Rendering...

Support links

  • GitHub
  • Sitemap
  • Contact
Copyright (C) 2019-2025 Crown Copyright
Copyright (C) 2019-2025 Daniel A.C. Martin
NotGovUK operates independently from GOV.UK and is not affiliated, endorsed or supported by HM Government
<div class="govuk-button-group"> <a class="govuk-link govuk-link--active" href="#"> One </a> <a class="govuk-link govuk-link--active" href="#"> Two </a> <a class="govuk-link govuk-link--active" href="#"> Three </a> </div>
<ButtonGroup> <A href="#">One</A> <A href="#">Two</A> <A href="#">Three</A> </ButtonGroup>
<div class="govuk-button-group"> <a class="govuk-link govuk-link--active" href="#"> One </a> <a class="govuk-link govuk-link--active" href="#"> Two </a> <a class="govuk-link govuk-link--active" href="#"> Three </a> </div>
<ButtonGroup> <A href="#">One</A> <A href="#">Two</A> <A href="#">Three</A> </ButtonGroup>