mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
docs(grid): replace the placeholder descriptions for row/col
This commit is contained in:
@ -5,7 +5,8 @@ import { Directive } from '@angular/core';
|
|||||||
* @module ionic
|
* @module ionic
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* Column description
|
* Columns are cellular components of the [grid](../Grid) system and go inside of a [row](../Row).
|
||||||
|
* They will expand to fill their row. All content within a grid should go inside of a column.
|
||||||
*
|
*
|
||||||
* ## Column attributes
|
* ## Column attributes
|
||||||
*
|
*
|
||||||
|
@ -5,7 +5,8 @@ import { Directive } from '@angular/core';
|
|||||||
* @module ionic
|
* @module ionic
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* Row description
|
* Rows are horizontal components of the [grid](../Grid) system and contain varying numbers of
|
||||||
|
* [columns](../Col). They ensure the columns are positioned properly.
|
||||||
*
|
*
|
||||||
* ## Row attributes
|
* ## Row attributes
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user