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