View Source Phoenix.UI.Components.DescriptionList (Phoenix UI v0.1.5)
Provides description list component.
Link to this section Summary
Functions
Renders description list component.
Link to this section Functions
@spec dl(Phoenix.LiveView.Socket.assigns()) :: Phoenix.LiveView.Rendered.t()
Renders description list component.
examples
Examples
```
<.dl>
<:dt>Term</:dt>
<:dd>Description</:dd>
</.dl>
```