defmodule Surface.Components.Form.Field do @moduledoc """ Defines a form field. The `Field` component sets the provided field name into the context so child components like input fields and labels can retrieve it and use it as the default field. """ use Surface.Component @doc "The field name" prop name, :any, required: true @doc "The CSS class for the generated `