View Source Htmx (KinoHtmx v0.2.0)

Provides a custom sigil for working with HTMX components.

Example

def render(assigns) do

~HTMX"<div><%= @some_key %></div>"

end

Summary

Functions

Link to this macro

sigil_HTMX(arg, list)

View Source (macro)