---
title: 'Subtitle'
---
The `Subtitle` block can serve as a secondary heading for your docs entry.

```md
{/* ButtonDocs.mdx */}
import { Subtitle } from '@storybook/blocks';
This is the subtitle
```
## Subtitle
```js
import { Subtitle } from '@storybook/blocks';
```
`Subtitle` is configured with the following props:
### `children`
Type: `JSX.Element | string`
Default: `parameters.componentSubtitle`
Provides the content.