feat: publicize doc implemetation

This commit is contained in:
Justineo
2020-08-13 11:47:56 +08:00
parent 55b9b044f2
commit 1e5fcff6ad
372 changed files with 50636 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 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. |