Footnote

Support

Client-side
Server-side

Creates an automatically numbered footnote. This will remove the footnote content from the document flow and place it at the bottom of the page.

Examples

Preview

import { Footnote } from "@onedoc/react-print";

<Footnote>This is a sample footnote.</Footnote>;

API

Props
children
React.ReactNode
required

The text to display in the footnote. This can be rich text.