Bootstrap-Navbar-Dropdowns
Bootstrap 4 Navbar with multiple dropdowns
Bootstrap Navbar with multiple dropdowns.
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fontenele/bootstrap-navbar-dropdowns@5.0.2/dist/css/bootstrap-navbar-dropdowns.min.css">
    <script src="https://cdn.jsdelivr.net/gh/fontenele/bootstrap-navbar-dropdowns@5.0.2/dist/js/bootstrap-navbar-dropdowns.min.js"></script>
    <script>
        $('.navbar').navbarDropdown({theme: 'bs4', trigger: 'mouseover'});
        // @TODO add options
    </script>
    Bootstrap 4 Navbar with multiple dropdowns