View Source LiveNavigator
See docs for documentation.
installation
Installation
The package can be installed by adding live_navigator
to your list of dependencies
in mix.exs
:
def deps do
[
{:live_navigator, "~> 0.1"}
]
end