# 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
```
