Skip to content
GitHub

StylishHeader

This component styles text similar to an H3, but excludes the text from the page-level TOC.

To use the component, the page must be in .mdx format. Change the format from .md to .mdx if necessary. All your existing markdown will still be supported without issue.

Usage

Import the StylishHeader component like so:

import { StylishHeader } from "@interledger/docs-design-system";

Use the <StylishHeader> component within your content like so:

<StylishHeader>Wow I'm a stylish header</StylishHeader>

Working example

This is in the TOC

This is not in the TOC