All public logs
Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:17, 30 July 2023 Admin talk contribs created page Toggle Show Hide on Client in Liveview (Created page with "This is a working example: <source> defmodule AppWeb.PageLive do use AppWeb, :live_view def mount(_params, _session, socket) do {:ok, socket} end def render(assigns) do ~H""" <div phx-click={JS.toggle(to: "#item")} > CLICK ME </div> <div id="item"> hi there </div> """ end end </source>")