Download the PHP package jubeki/laravel-alpine-animations without Composer
On this page you can find all versions of the php package jubeki/laravel-alpine-animations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jubeki/laravel-alpine-animations
More information about jubeki/laravel-alpine-animations
Files in jubeki/laravel-alpine-animations
Package laravel-alpine-animations
Short Description Provide Blade Component for customizable Alpine Animations
License MIT
Homepage https://github.com/Jubeki/laravel-alpine-animations
Informations about the package laravel-alpine-animations
Laravel Alpine Animations
Installation
Require this package with composer.
The service provider will be automatically registered using package discovery.
If you don't use auto-discovery you should add the service provider to the providers array in config/app.php
.
The standard styles are written with Tailwind CSS. If you want to make sure that all the styles are added to your resulting CSS File you should add the following path to your tailwind.config.js
:
Usage
You can now start using all available components using the standard blade components syntax.
If a user doesn't have JavaScript enabled, then the default option will be shown.
Components
Typing
Minimal Example:
Maximal Example (with Default values):
You can also disable the cursor altogether which leaves only the typing and deleting of characters:
Magnetic
Minimal Example:
Maximal Example (with Default values, except inner-class
):
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Julius Kiekbusch
- All Contributors
License
The MIT License (MIT). Please see License File for more information.