feat: publicize doc implemetation
This commit is contained in:
17
one/docs/components/grid-row.md
Normal file
17
one/docs/components/grid-row.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# GridRow <small>栅格行</small>
|
||||
|
||||
:::tip
|
||||
`GridRow` 组件需要配合 [`GridContainer`](./grid-container) 及 [`GridColumn`](./grid-column) 组件使用。
|
||||
:::
|
||||
|
||||
## 示例
|
||||
|
||||
见 [`GridContainer` 示例](./grid-container#示例)。
|
||||
|
||||
## API
|
||||
|
||||
### 插槽
|
||||
|
||||
| 名称 | 描述 |
|
||||
| -- | -- |
|
||||
| `default` | 栅格行内容,直接子组件只能包含 [`GridColumn`](./grid-column) 组件。 |
|
||||
Reference in New Issue
Block a user