SupabaseSurface.Components.Typography.Link (supabase_surface v0.4.0)
Properties
- href :string - The url to link to.
- target :string, values: ["_blank", "_self", "_parent", "_top", "framename"], default: "_blank" - The target for the link.
- class :css_class - Additional CSS classes.
- opts :keyword, default: [] - Additional options passed to the element.
Slots
- default, required: true - The link text.
Events
- click - Click event for the link.
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.mount/1
.
Callback implementation for Phoenix.LiveComponent.update/2
.
Link to this section Functions
Link to this function
mount(socket)
Callback implementation for Phoenix.LiveComponent.mount/1
.
Link to this function
update(assigns, socket)
Callback implementation for Phoenix.LiveComponent.update/2
.