PHPackages                             visualbuilder/filament-lottie - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. visualbuilder/filament-lottie

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

visualbuilder/filament-lottie
=============================

Lottie animation Schema component and Blade component for Filament panels.

5.x-dev(1mo ago)0630—7.9%MITPHPPHP ^8.2CI failing

Since Apr 30Pushed 1mo agoCompare

[ Source](https://github.com/visualbuilder/filament-lottie)[ Packagist](https://packagist.org/packages/visualbuilder/filament-lottie)[ Docs](https://github.com/visualbuilder/filament-lottie)[ RSS](/packages/visualbuilder-filament-lottie/feed)WikiDiscussions 5.x Synced 1w ago

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

visualbuilder/filament-lottie
=============================

[](#visualbuilderfilament-lottie)

Lottie animation Schema component and Blade component for Filament 5 panels.

Bundles [`@lottiefiles/dotlottie-wc`](https://www.npmjs.com/package/@lottiefiles/dotlottie-wc) and exposes it as:

- A Schema component (`Visualbuilder\Lottie\Components\Lottie`) usable inside any `->schema([…])`.
- A Blade component (``) for views outside the Filament Schema system.

Install
-------

[](#install)

```
composer require visualbuilder/filament-lottie
```

The dist JS and CSS are auto-registered on every Filament page. Disable via `config('lottie.auto_register_assets', false)` and register the assets yourself if you want load-on-request behaviour.

Configure (optional)
--------------------

[](#configure-optional)

```
php artisan vendor:publish --tag=lottie-config
```

`config/lottie.php` exposes `default_size`, `default_loop`, `default_autoplay`, `respect_reduced_motion`, and `auto_register_assets`.

Panel-level defaults (optional)
-------------------------------

[](#panel-level-defaults-optional)

```
use Visualbuilder\Lottie\LottiePlugin;

->plugins([
    LottiePlugin::make()
        ->defaultSize('80px')
        ->defaultRespectReducedMotion(true),
])
```

API
---

[](#api)

```
use Visualbuilder\Lottie\Components\Lottie;

Lottie::make('welcome')
    ->src('lottie/welcome.lottie')
    ->autoplay()                 // default true
    ->loop(false)                // default false (play once)
    ->speed(1.0)
    ->size('120px')              // shorthand → width + height
    ->trigger('mount')           // mount | click | hover | visible | event:NAME
    ->onComplete('event:NAME')   // dispatch a window event when animation finishes
    ->respectReducedMotion();    // default true
```

```

```

Development
-----------

[](#development)

```
npm install
npm run build         # bundle resources/js/index.js → resources/dist/
composer test
```

Branches
--------

[](#branches)

- `5.x` — Filament 5 / Livewire 4 (this branch).
- `4.x` — Filament 4 / Livewire 3.

License
-------

[](#license)

MIT.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance93

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

36d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/98528425?v=4)[Eko UK Limited](/maintainers/ekoukltd)[@ekoukltd](https://github.com/ekoukltd)

---

Top Contributors

[![leeoptima](https://avatars.githubusercontent.com/u/202847690?v=4)](https://github.com/leeoptima "leeoptima (5 commits)")

---

Tags

schemaanimationcomponentfilamentvisualbuilderlottie

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/visualbuilder-filament-lottie/health.svg)

```
[![Health](https://phpackages.com/badges/visualbuilder-filament-lottie/health.svg)](https://phpackages.com/packages/visualbuilder-filament-lottie)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3131.2M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

127173.7k3](/packages/dotswan-filament-map-picker)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122157.7k1](/packages/stephenjude-filament-feature-flags)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

57301.3k3](/packages/creagia-filament-code-field)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12351.0k](/packages/jibaymcs-filament-tour)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
