文档
Storybook 文档

Title

观看视频教程

Title 块用作文档条目的主要标题。它通常用于提供组件或页面名称。

Screenshot of Title block

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

Title

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

Title 通过以下 props 配置

children

类型: JSX.Element | string

提供内容。回退到附加的 CSF 文件中 title 的值(或从 autotitle 派生的值),并修剪到最后一段。例如,如果 title 值为 'path/to/components/Button',则默认内容为 'Button'

of

类型: CSF 文件导出

指定显示哪个 meta 的标题。