Docs

Cinder UI

Forms.field_description

Server-rendered

Helper text shown beneath a field control.

In most field/1 usage, prefer the :description slot. Use field_description/1 directly for isolated helper rendering or custom field composition.

Field description

Used in your public workspace URL.

  <.field_description>Used in your public workspace URL.</.field_description>

Field description in context

Used in your public workspace URL.

  <.field>
  <:label><.label for="workspace_slug">Workspace slug</.label></:label>
  <.input id="workspace_slug" name="workspace[slug]" value="cinder-ui" />
  <:description>Used in your public workspace URL.</:description>
</.field>

Attributes

Name Type Default Values Global Includes
class :string
rest :global

Slots

Slot Slot Attributes
inner_block Required