docs_vue2/one/docs/en-US/components/grid-row.md

18 lines
374 B
Markdown
Raw Normal View History

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 |
| -- | -- |
| `default` | The content of the grid row. Can only have [`GridColumn`](./grid-column) components as direct children. |