mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-21 13:31:52 +00:00
add docs for responsive offset #234
This commit is contained in:
parent
aef7021375
commit
8e6182b065
1 changed files with 6 additions and 0 deletions
|
|
@ -120,6 +120,12 @@
|
|||
<md-table-cell><code>Number</code></md-table-cell>
|
||||
<md-table-cell>Create a empty space before the actual child. Accepts the same value of <code>md-flex</code> Example: <code>md-flex-offset="50"</code></md-table-cell>
|
||||
</md-table-row>
|
||||
|
||||
<md-table-row>
|
||||
<md-table-cell>md-flex-offset-{type}</md-table-cell>
|
||||
<md-table-cell><code>Number</code></md-table-cell>
|
||||
<md-table-cell>Create a empty space before the actual child on screen sizes less than or equal to given breakpoint. Example: <code>md-flex-offset-small="20"</code></md-table-cell>
|
||||
</md-table-row>
|
||||
</md-table-body>
|
||||
</md-table>
|
||||
</api-table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue