react-component-print
Version:
**Easily print specific HTML content in your React applications.** This lightweight library allows you to wrap components in a printable container and trigger printing programmatically using a custom event.
14 lines (10 loc) • 310 B
Markdown
# 📦 Changelog
## [1.0.1] - 2025-04-15
### Changed
- 📖 Added `README.md`.
## [1.0.0] - Initial Release
### Added
- ✅ `Printable` component for wrapping printable content.
- ✅ `PrintHtml` function to trigger printing via custom event.
- 🎨 Print-specific A4 styling with configurable margins.