Arranges form fields in a CSS grid with N columns.
Renders as a <div class="grid grid-cols-N gap-4"> in the form builder.
Summary
Types
@type t() :: %PhoenixFilament.Form.Columns{ count: pos_integer(), items: [PhoenixFilament.Field.t()] }
Arranges form fields in a CSS grid with N columns.
Renders as a <div class="grid grid-cols-N gap-4"> in the form builder.
@type t() :: %PhoenixFilament.Form.Columns{ count: pos_integer(), items: [PhoenixFilament.Field.t()] }