mosaic.mlx
Mosaic_mlx.Grid_auto_flow
CSS grid-auto-flow property.
mosaic
mosaic.ui
type t = Toffee.Style.Grid_auto_flow.t =
| Row
Place items by filling each row in turn.
| Column
Place items by filling each column in turn.
| Row_dense
Fill rows first using the dense packing algorithm.
| Column_dense
Fill columns first using the dense packing algorithm.