@flexilla/alpine-navbar
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Alpine Navbar

Simple Interactif Navbar Directive for Alpine.js

Installation

CDN

Include the following <script> tag in the <head> of your document, just before Alpine.

NPM

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();

Usage

License

Copyright (c) 2025 Johnkat MJ and contributors.

Licensed under the MIT license, see LICENSE for details.

Package Sidebar

Install

npm i @flexilla/alpine-navbar

Weekly Downloads

26

Version

0.1.0

License

MIT

Unpacked Size

11.3 kB

Total Files

9

Last publish

Collaborators

  • johnkat-mj