TileView
View Source
Auto place children into a grid and let the browser handle columns responsively, showing fewer columns on smaller viewports, and more columns as the viewport increases.
Cell 0
Cell 1
Cell 2
Cell 3
Cell 4
Cell 5
Cell 6
Cell 7
Cell 8
Sidebar
Cell 0
Cell 1
Cell 2
Cell 3
Cell 4
Cell 5
Cell 6
Cell 7
Cell 8
Cell 9
Cell 10
Cell 11
Cell 12
Props
Accepts all valid HTML attributes.
as
any
Render custom component or HTML element tag. (Defaults to a <div>
element).
children
any
innerRef
any
Gain access to the internal ref
mediaQueries
object
Describes props at different breakpoints. Read about mediaQueries.
minCellWidth
number
The minimum width a cell must be.
spacing
number | string
The amount of space between children.
variants
object
Describes styles at various points in time. Read about variants.