ComboStrap Styling - Print
Table of Contents
About
Before printing, ComboStrap will:
- hide the related component and section if any
- download all lazy images
If you want more control on your elements when printing, you can inject the bootstrap class with the class attribute
Example
Hide a component when printing
Example made with the d-print-none class .
<note class="d-print-none">
This note will not appear if you print this page
</note>
This note will not appear if you print this page