yeti_theme-8.x-1.x-dev/scripts/components/off-canvas.js
scripts/components/off-canvas.js
// noConfilct mode.
(function ($, Drupal) {
// Create a new Drupal Behavior to attach on the document.ready().
Drupal.behaviors.yeti_offcanvas = {
attach: (context, settings) => {
$('.off-canvas-wrapper').foundation();
}
}
})(jQuery, Drupal);