Grid layout. Fields: columns, rows, gutter, children.
Summary
Types
@type t() :: %Folio.Content.Grid{ children: [Folio.Content.t()], columns: [String.t()] | pos_integer() | nil, gutter: String.t() | nil, rows: [String.t()] | nil }
Grid layout. Fields: columns, rows, gutter, children.
@type t() :: %Folio.Content.Grid{ children: [Folio.Content.t()], columns: [String.t()] | pos_integer() | nil, gutter: String.t() | nil, rows: [String.t()] | nil }