Grid Row Column Context
@ExperimentalCoroutinesApi()
Content copied to clipboard
Functions
end
Link copied to clipboard
This function is used to define the end position within the columns or rows of a grid for a child element using the CSS properties:example calls:
end { "CONTENT".start } // end at the beginning of the "content" area
end { "CONTENT".end } // end at the end of the "content" area
end { "5" } // end at the fifth column or row from the bottom
end { span(3) } end before three cells from the bottomstart
Link copied to clipboard
This function is used to define the start position within the columns or rows of a grid for a child element using the CSS properties:example calls:
start { "CONTENT".start } // start at the beginning of the "content" area
start { "0" } // start at the top of the columns / rows
start { span(3) } start after three cells from the topProperties
lgProperties
Link copied to clipboard
mdProperties
Link copied to clipboard
smProperties
Link copied to clipboard
xlProperties
Link copied to clipboard