Phoenix.LiveView.Helpers.render_block
You're seeing just the macro
render_block
, go back to Phoenix.LiveView.Helpers module for more information.
Renders the @inner_block
assign of a component with the given argument
.
<%= render_block(@inner_block, value: @value)