2020-08-13 11:47:56 +08:00
|
|
|
# GridRow
|
|
|
|
|
|
|
|
:::tip
|
|
|
|
`GridRow` is required to be used with [`GridContainer`](./grid-container) and [`GridColumn`](./grid-row).
|
|
|
|
:::
|
|
|
|
|
|
|
|
## Demos
|
|
|
|
|
|
|
|
See [the demos of `GridContainer`](./grid-container#demos).
|
|
|
|
|
|
|
|
## API
|
|
|
|
|
|
|
|
### Slots
|
|
|
|
|
|
|
|
| Name | Description |
|
|
|
|
| -- | -- |
|
2021-10-20 01:11:27 +08:00
|
|
|
| ``default`` | The content of the grid row. Can only have [`GridColumn`](./grid-column) components as direct children. |
|