文档
Storybook Docs

副标题

观看视频教程

The Subtitle 块可以用作文档条目的二级标题。

Screenshot of Subtitle block

ButtonDocs.mdx
import { Subtitle } from '@storybook/blocks';
 
<Subtitle>This is the subtitle</Subtitle>

副标题

import { Subtitle } from '@storybook/blocks';

Subtitle 通过以下 props 配置

children

类型: JSX.Element | string

默认值: parameters.docs.subtitle

提供内容。

of

类型: CSF 文件导出

指定显示哪个 meta 的副标题。