Surface.Components.Form.Label (surface v0.3.0) View Source

Defines a label.

Provides similar capabilities to Phoenix's built-in label/3 function.

Option class can be set directly and will override anything in opts. All other options are forwarded to the underlying <a> tag.

Properties

  • form :form - The form identifier.
  • field :atom - The field name.
  • class :css_class - The CSS class for the underlying tag.
  • opts :keyword, default: [] - Options list.

Link to this section Summary

Link to this section Functions

Callback implementation for Phoenix.LiveComponent.mount/1.

Callback implementation for Phoenix.LiveComponent.render/1.

Callback implementation for Phoenix.LiveComponent.update/2.