# Editor.PrintButton > Toolbar button that triggers window.print() on the current document. Source: https://docs.docmosaic.com/docs/primitives/print-button Toolbar button that triggers window.print() on the current document. ## Usage ```tsx import { Editor } from '@docmosaic/react'; ; ``` ## API Reference ## Related - [Root](/docs/primitives/root) - the orchestrator