Components
React components
Define a small custom component in MDX
Define the component with an ESM export, then use it in the page.
Keep custom components small. Use a shared MDX or JSX snippet when several pages need the same component.
Was this page helpful?