inline
boolean
display: inline-grid
.areas
props of the Composition. Each area in the template is turned into a React component and being exposed as an argument property of the children function:templateCols
prop to control the behavior of our columns on different breakpoints:display: grid
wrapper for its children elements. All Prop aliases still apply.grid-template
syntax./
) and provide each column's dimensions after it.grid-template
syntax you must provide the template string as a value of the template
prop of the Composition component.