Initial commit: FL-Akademie LMS mit Docker, Admin, Portal und Dokumentation.
Made-with: Cursor
This commit is contained in:
9
components/print-button.tsx
Normal file
9
components/print-button.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
export function PrintButton() {
|
||||
return (
|
||||
<button type="button" className="btn btn-primary no-print" onClick={() => window.print()}>
|
||||
Drucken / PDF speichern
|
||||
</button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user