Magewire Compatibility with Hyvä
June 14, 2026 · View on GitHub
Makes Magewire feel native to the Hyvä theme — so reactive, server-driven components just work, without writing JavaScript.
This is the compatibility layer between Magewire v3 and the Hyvä frontend.
Hyvä Checkout backwards compatibility lives in a separate module:
magewirephp/magewire-hyva-checkout.
Requirements
magewirephp/magewire>=3.2Hyva_Theme
The module declares a sequence after Magewirephp_Magewire and Hyva_Theme.
Installation
composer require magewirephp/magewire-hyva-theme
bin/magento module:enable Magewirephp_MagewireHyvaTheme
bin/magento setup:upgrade
Rebuild the Hyvä theme so the merged Tailwind config and assets are picked up:
cd app/design/frontend/<Vendor>/<theme>/web/tailwind
npm run build
Documentation
See the Hyvä docs and the Magewire docs.
Security Vulnerabilities
Please do not report security issues publicly. Disclose them privately to the Magewire maintainers.
License
Open-sourced software licensed under the MIT license.