Phoenix LiveView Example

Convert this markdown into a Phoenix.LiveView.Rendered struct.

Examples

Starting with a <.link href="/">regular anchor link with static href value or one that's parsed with URI.parse/1 as <.link href={URI.parse("https://elixir-lang.org")}>Link to elixir-lang.org

Now an example with :navigate:

<.link navigate={~p"/?sort=asc"} replace={false}> Sort By Price

And finally a :patch with an assign:

<.link patch={@path}>Link to @path