@flexilla/alpine-tabs
Version:
AlpineJS plugin for creating collapsible components
46 lines (26 loc) • 769 B
Markdown
<h1 align="center">Alpine Dissmissible</h1>
<p align="center">
A port of Flexilla Dissmissible for <a href="https://alpinejs.dev">Alpine.js</a>
</p>
## Installation
### CDN
Include the following `<script>` tag in the `<head>` of your document, just before Alpine.
```html
```
### NPM
```shell
npm install @flexilla/alpine-dissmissible
```
Add the `x-dissmissible` directive to your project by importing the package **before** starting Alpine.
```js
import Alpine from 'alpinejs';
import PluginDissmissible from '@flexilla/alpine-dissmissible';
Alpine.plugin(PluginDissmissible);
Alpine.start();
```
## Usage
```html
```
## License
Copyright (c) 2025 Johnkat MJ and contributors.
Licensed under the MIT license, see [LICENSE](LICENSE) for details.