@flexilla/alpine-offcanvas
v0.3.1
Published
AlpineJS plugin for adding offcanvas functionality to your AlpineJS components
Maintainers
Readme
Installation
CDN
Include the following <script> tag in the <head> of your document, just before Alpine.
NPM
npm install @flexilla/alpine-offcanvasAdd the x-offcanvas directive to your project by importing the package before starting Alpine.
import Alpine from 'alpinejs';
import PluginOffcanvas from '@flexilla/alpine-offcanvas';
Alpine.plugin(PluginOffcanvas);
Alpine.start();Usage
License
Copyright (c) 2025 Johnkat MJ and contributors.
Licensed under the MIT license, see LICENSE for details.
