--- title: 'Subtitle' sidebar: order: 13 title: Subtitle --- The `Subtitle` block can serve as a secondary heading for your docs entry. ![Screenshot of Subtitle block](../../_assets/api/doc-block-title-subtitle-description.png) {/* prettier-ignore-start */} ```md title="ButtonDocs.mdx" import { Subtitle } from '@storybook/blocks'; This is the subtitle ``` {/* prettier-ignore-end */} ## Subtitle ```js import { Subtitle } from '@storybook/blocks'; ``` `Subtitle` is configured with the following props: ### `children` Type: `JSX.Element | string` Default: `parameters.docs.subtitle` Provides the content. ### `of` Type: CSF file exports Specifies which meta's subtitle is displayed.