ComponentsFootnote

Footnote

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

Support

Client-side
Server-side

Preview

1import { Footnote } from "@fileforge/react-print";
2
3<div>
4 This is a footnote to explaning what CSS{" "}
5 <Footnote>
6 CSS is the acronym of “Cascading Style Sheets”. CSS is a computer language
7 for laying out and structuring web pages (HTML or XML).
8 </Footnote>{" "}
9 is.
10</div>;

Examples