The Subtitle block can serve as a secondary heading for your docs entry.
Subtitle
import { Subtitle } from '@storybook/blocks'; <Subtitle>This is the subtitle</Subtitle>
import { Subtitle } from '@storybook/blocks';
Subtitle is configured with the following props:
children
Type: JSX.Element | string
JSX.Element | string
Default: parameters.componentSubtitle
parameters.componentSubtitle
Provides the content.