LiveViewNative.Engine (live_view_native v0.0.3)
The HTMLEngine that powers ios.heex
templates. It is mostly
inherited from Phoenix.LiveView.HTMLEngine
with a few changes
to accommodate platform-specific behavior.
Link to this section Summary
Functions
Define a inner block, generally used by slots.
Link to this section Functions
Link to this function
component(func, assigns, caller)
Define a inner block, generally used by slots.
This macro is mostly used by HTML engines that provide
a slot
implementation and rarely called directly. The
name
must be the assign name the slot/block will be stored
under.
If you're using HEEx templates, you should use its higher
level <:slot>
notation instead. See Phoenix.Component
for more information.