Current section
Files
Jump to
Current section
Files
phoenix_islands
README.md
README.md
# PhoenixIslands
Library for creating islands of various frontend framework in Phoenix LiveView
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `phoenix_islands` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:phoenix_islands, "~> 0.0.1"}
]
end
```