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.
쿠키를 사용합니다
필수 쿠키는 앱이 정상적으로 동작하는 데 필요합니다. 선택적 분석, 지원, 마케팅 쿠키는 사이트와 서비스를 개선하는 데 도움이 됩니다. 쿠키 정책.
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=