Form

Form item component that acts as a container for a form field.

Read more Read less

Examples:

<.form_item>
  <.form_label>Email</.form_label>
  <.form_control>
    <.input field={@form[:email]} type="email" />
  </.form_control>
  <.form_message field={@form[:email]} />
</.form_item>

This is your public display name.

Attribute Type Documentation Default Value
class :string
rest :global
Required inner_block * :slot