surface v0.1.0-alpha.1 Surface.Components.LivePatch View Source
Generates a link that will patch the current LiveView.
Provides similar capabilities to Phoenix's built-in live_patch/2
function.
When navigating to the current LiveView, handle_params/3
is
immediately invoked to handle the change of params and URL state.
Then the new state is pushed to the client, without reloading the
whole page. For live redirects to another LiveView, use
<LiveRedirect>
instead.
Properties
- to :string, required: true - The required path to link to.
- replace :boolean, default: false - The flag to replace the current history or push a new state.
- class :css_class, default: "" - The CSS class for the generated
<a>
element. - label :string - The label for the generated
<a>
alement, if no content (default slot) is provided. .
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.render/1
.
Link to this section Functions
Callback implementation for Phoenix.LiveComponent.render/1
.