Folio.Content.Stack (Folio v0.3.0)

Copy Markdown View Source

Stacked layout.

Summary

Types

t()

@type t() :: %Folio.Content.Stack{
  children: [Folio.Content.t()],
  dir: String.t(),
  spacing: String.t() | nil
}