# `Accrue.Portal.Router`
[🔗](https://github.com/szTheory/accrue/blob/accrue_portal-v1.1.2/lib/accrue_portal/router.ex#L1)

Router helpers for mounting the `:accrue_portal` package into a host app.

# `accrue_portal`
*macro* 

Mounts the portal package at `path`.

## Options

  * `:session_keys` - explicit host session keys to thread into the portal
    LiveView session
  * `:on_mount` - additional LiveView `on_mount` hooks

# `assets_path`

```elixir
@spec assets_path(:css | :js, String.t()) :: String.t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
