auto Flow
This function sets the grid-auto-flow property for all media devices.
It is recommended to use the predefined properties of AutoFlowValues as value.
Example call:
autoFlow { row }
See also
Parameters
extension function parameter to bring the predefined properties of AutoFlowValues into the scope of the functional expression
This function sets the grid-auto-flow property for each media device independently.
It is recommended to use the predefined properties of AutoFlowValues as value.
Example call:
autoFlow(
sm = { column },
lg = { row }
)
See also
Parameters
extension function parameter to bring the predefined properties of AutoFlowValues into the scope of the functional expression for large media devices
extension function parameter to bring the predefined properties of AutoFlowValues into the scope of the functional expression for medium sized media devices
extension function parameter to bring the predefined properties of AutoFlowValues into the scope of the functional expression for small media devices
extension function parameter to bring the predefined properties of AutoFlowValues into the scope of the functional expression for extra large media devices