ComponentsShell

FloatBottom

Floats the content to the bottom of the page.

Support

Client-side
Server-side

Preview

1import { FloatBottom } from "@fileforge/react-print";
2
3<FloatBottom>Here are some floated contents</FloatBottom>;

Examples