---
title: HeadingGroup
description: 'This groups headings together, much like the hgroup element in HTML.'
api_version: 2024-07
api_name: admin-extensions
source_url:
html: >-
https://shopify.dev/docs/api/admin-extensions/2024-07/components/titles-and-text/headinggroup
md: >-
https://shopify.dev/docs/api/admin-extensions/2024-07/components/titles-and-text/headinggroup.md
---
# Heading​Group
This groups headings together, much like the hgroup element in HTML.
Examples
## Preview

### Examples
* #### Simple HeadingGroup example
##### React
```tsx
import {
render,
HeadingGroup,
Heading,
} from '@shopify/ui-extensions-react/admin';
render('Playground', () =>