@tunkshif/pinegeist
v0.3.0-alpha
Published
AlpineJS integration for Phoenix LiveView.
Downloads
5
Readme
Pinegeist
Pinegeist provides Alpine integration for Phoenix LiveView. It took inspiration from Astro Islands. Your client-side interactive Alpine component lives inside an isolated "island" that won't be affected by LiveView updates. And pinegeist provides helpers for island component to communicate with LiveView via events.
Installation
The package can be installed by adding pinegeist
to your list of dependencies in mix.exs
:
def deps do
[
{:pinegeist, "~> 0.1.0"}
]
end