A Magento 2 module demonstrating how to implement a frontend multi-step modal. Based on the Release Notes modal that commonly appears in the admin panel after installing/upgrading the Magento application.
Magento Open Source (CE) 2.2.x
Include the package.
$ composer require sussexdev/module-multistepmodalEnable the module.
$ php bin/magento module:enable SussexDev_MultiStepModal
$ php bin/magento setup:upgrade
$ php bin/magento cache:cleanHead to the /multistepmodal route and the modal will open automatically.