View Source BackBreeze.Grid (BackBreeze v0.2.1)

Struct for creating a grid to be used by a Box.

BackBreeze.Box.new( style: %{border: :line}, display: %BackBreeze.Grid{columns: 1}, children: [BackBreeze.Box.new(content: "Hello"), BackBreeze.Box.new(content: "World")] )

Summary

Functions

Create a grid with the specified number of columns.

Functions

Link to this function

%BackBreeze.Grid{}

View Source (struct)

Create a grid with the specified number of columns.