SupabaseSurface.Components.Typography.Link (supabase_surface v0.3.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

Link to this section Functions

Callback implementation for Phoenix.LiveComponent.mount/1.

Link to this function

update(assigns, socket)

Callback implementation for Phoenix.LiveComponent.update/2.