文档
Storybook 文档

副标题

观看视频教程

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

Screenshot of Subtitle block

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

副标题

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

副标题 配置了以下属性

children

类型:JSX.Element | string

默认值:parameters.docs.subtitle

提供内容。

of

类型:CSF 文件导出

指定显示哪个元数据的副标题。