responsive layout

This commit is contained in:
baiyaaaaa
2016-11-14 13:35:09 +08:00
parent 73dd98ff35
commit 14475c33de
7 changed files with 138 additions and 20 deletions

View File

@@ -146,4 +146,8 @@ Flexible alignment of columns.
| offset | number of spacing on the left side of the grid | number | — | 0 |
| push | number of columns that grid moves to the right | number | — | 0 |
| pull | number of columns that grid moves to the left | number | — | 0 |
| xs | `<768px` Responsive columns or column props object | number/object (i.e {span: 4, offset: 4}) | — | — |
| sm | `≥768px` Responsive columns or column props object | number/object (i.e {span: 4, offset: 4}) | — | — |
| md | `≥992` Responsive columns or column props object | number/object (i.e {span: 4, offset: 4}) | — | — |
| lg | `≥1200` Responsive columns or column props object | number/object (i.e {span: 4, offset: 4}) | — | — |