Skip to content

Instantly share code, notes, and snippets.

View guess's full-sized avatar

Steve Strates guess

View GitHub Profile
@guess
guess / button.ex
Last active January 23, 2025 19:59
Phoenix LiveView Back Button
defmodule Qute.BackButton do
@moduledoc false
use Phoenix.Component, global_prefixes: ~w(x-)
@doc """
Back button for LiveView.
If there is a history, it will pop the backstack,
otherwise it will navigate to the `fallback` url.
"""