π§ Features
- Off-canvas slide-in from the right (mobile optimized)
- AJAX item update and remove support
- Works with Magento 2.4.7 / 2.4.8 Open Source
- Tailwind CSS-based layout with fallback styling
- No theme override required
π§ͺ Tech Stack
- Magento 2 UI components (Knockout.js)
- Custom `minicart.js` override via RequireJS
- HTML Template: `minicart.phtml`
- Tailwind CSS utility classes
π¦ Installation
composer require compiled/customminicart
bin/magento module:enable Compiled_CustomMinicart
bin/magento setup:upgrade
π Usage
Add this to your themeβs layout XML (e.g. `default.xml`):
<referenceBlock name="minicart" remove="true"/>
<block class="Magento\Framework\View\Element\Template"
name="compiled.minicart"
template="Compiled_CustomMinicart::minicart.phtml"/>
π₯ Preview

π€ Developer Friendly
This module is open-source, production-ready, and designed to be easily integrated into any Magento 2 Open Source store.