# `GustWeb.DashboardRouter`

Router macro that mounts the Gust dashboard at a chosen path.

Import this module into your Phoenix router and call `gust_dashboard/1`
(or `gust_dashboard/0` using the default options) inside a `scope` block:

    import GustWeb.DashboardRouter

    scope "/" do
      pipe_through :browser
      gust_dashboard()
    end

# `gust_dashboard`
*macro* 

---

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