visualbuilder/filament-lottie
Add Lottie animations to Filament 5 panels via a schema component and a Blade component. Bundles @lottiefiles/dotlottie-wc, auto-registers assets (optional), supports defaults via config/plugin, and offers autoplay/loop/speed/size/triggers and reduced-motion support.
visualbuilder/filament-lottie (was visualbuilder/lottie) for consistency with the rest of the visualbuilder/filament-* family. The PHP namespace Visualbuilder\Lottie and all class names are unchanged — use Visualbuilder\Lottie\Components\Lottie; keeps working without edits in consumer code.^0.23 → ^0.25 to clear GHSA-67mh-4wv8-2f99 (esbuild dev-server CORS leak). This package's build tooling never reaches the vulnerable code path, but bumping closes the Dependabot alert and keeps anyone running npm install on a patched bundler.composer require visualbuilder/filament-lottie:^5.0.0-beta
# (if previously installed under the old name)
composer remove visualbuilder/lottie
No source-level changes required.
First release of visualbuilder/lottie for Filament 5 / Livewire 4.
Schema component (Visualbuilder\Lottie\Components\Lottie) and Blade component (<x-lottie />) backed by [@lottiefiles](https://github.com/lottiefiles)/dotlottie-wc. Triggers: mount, click, hover, visible, event:NAME. Honours prefers-reduced-motion.
Install:
composer require visualbuilder/lottie:^5.0.0-beta
See CHANGELOG.md for the full surface.
How can I help you explore Laravel packages today?