Simple Interactif Navbar Directive for Alpine.js
Include the following <script>
tag in the <head>
of your document, just before Alpine.
npm install @flexilla/alpine-navbar
Add the x-navbar
directive to your project by importing the package before starting Alpine.
import Alpine from 'alpinejs';
import PluginNavbar from '@flexilla/alpine-navbar';
Alpine.plugin(PluginModal);
Alpine.start();
Copyright (c) 2025 Johnkat MJ and contributors.
Licensed under the MIT license, see LICENSE for details.