Heading
Heading components for your MDX documentation
The heading component which automatically adds the id prop.
Usage
Add it to your MDX components, from h1 to h6.
Cookie を使用しています
必須 Cookie はアプリの動作に必要です。任意の分析、サポート、マーケティング Cookie は、サイトとサービスの改善に役立ちます。 Cookie ポリシー.
Heading components for your MDX documentation
The heading component which automatically adds the id prop.
Add it to your MDX components, from h1 to h6.
import { Heading } from 'fumadocs-ui/components/heading';
<MDX
components={{
h1: (props) => <Heading as="h1" {...props} />,
h2: (props) => <Heading as="h2" {...props} />,
h3: (props) => <Heading as="h3" {...props} />,