|
|
|
@ -14,39 +14,29 @@ |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-container> |
|
|
|
<abp-row> |
|
|
|
<abp-column size="sm-6">One of two columns</abp-column> |
|
|
|
<abp-column size="sm-6">One of two columns</abp-column> |
|
|
|
<abp-column size-sm="C6">One of two columns</abp-column> |
|
|
|
<abp-column size-sm="C6">One of two columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column size="sm-4">One of three columns</abp-column> |
|
|
|
<abp-column size="sm-4">One of three columns</abp-column> |
|
|
|
<abp-column size="sm-4">One of three columns</abp-column> |
|
|
|
<abp-column size-sm="C4">One of three columns</abp-column> |
|
|
|
<abp-column size-sm="C4">One of three columns</abp-column> |
|
|
|
<abp-column size-sm="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<div class="container"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-6"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
<div class="col-sm-6"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-4"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col-sm-4"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col-sm-4"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<abp-container> |
|
|
|
<abp-row> |
|
|
|
<abp-column size-sm="C6">One of two columns</abp-column> |
|
|
|
<abp-column size-sm="C6">One of two columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column size-sm="C4">One of three columns</abp-column> |
|
|
|
<abp-column size-sm="C4">One of three columns</abp-column> |
|
|
|
<abp-column size-sm="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -59,27 +49,21 @@ |
|
|
|
<abp-row> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-break-col /> |
|
|
|
<abp-col-break /> @* TODO: abp-column-break *@ |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<div class="container"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="w-100"></div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<abp-container> |
|
|
|
<abp-row> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-col-break /> @* TODO: abp-column-break *@ |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -108,41 +92,23 @@ |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<div class="container"> |
|
|
|
<div class="row align-items-start"> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row align-items-center"> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row align-items-end"> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<abp-container> |
|
|
|
<abp-row v-align="Start"> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row v-align="Center"> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row v-align="End"> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
<abp-column>One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -161,19 +127,13 @@ |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<div class="container"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col align-self-start"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col align-self-center"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
<div class="col align-self-end"> |
|
|
|
One of three columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<abp-container> |
|
|
|
<abp-row> |
|
|
|
<abp-column v-align="Start">One of three columns</abp-column> |
|
|
|
<abp-column v-align="Center">One of three columns</abp-column> |
|
|
|
<abp-column v-align="End">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -184,71 +144,51 @@ |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-container> |
|
|
|
<abp-row h-align="Start"> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="Center"> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="End"> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="Around"> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="Between"> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<div class="container"> |
|
|
|
<div class="row justify-content-start"> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row justify-content-center"> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row justify-content-end"> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row justify-content-around"> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row justify-content-between"> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
<div class="col-4"> |
|
|
|
One of two columns |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<abp-container> |
|
|
|
<abp-row h-align="Start"> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="Center"> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="End"> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="Around"> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row h-align="Between"> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
<abp-column size="C4">One of three columns</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -260,42 +200,30 @@ |
|
|
|
<abp-container> |
|
|
|
<abp-row> |
|
|
|
<abp-column> First, but unordered</abp-column> |
|
|
|
<abp-column order="12">Second, but last</abp-column> |
|
|
|
<abp-column order="1">Third, but first</abp-column> |
|
|
|
<abp-column order="C12">Second, but last</abp-column> |
|
|
|
<abp-column order="C1">Third, but first</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column> First, but unordered</abp-column> |
|
|
|
<abp-column order="last">Second, but last</abp-column> |
|
|
|
<abp-column order="first">Third, but first</abp-column> |
|
|
|
<abp-column order="Last">Second, but last</abp-column> |
|
|
|
<abp-column order="First">Third, but first</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<div class="container"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col"> |
|
|
|
First, but unordered |
|
|
|
</div> |
|
|
|
<div class="col order-12"> |
|
|
|
Second, but last |
|
|
|
</div> |
|
|
|
<div class="col order-1"> |
|
|
|
Third, but first |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="col"> |
|
|
|
First, but unordered |
|
|
|
</div> |
|
|
|
<div class="col order-last"> |
|
|
|
Second, but last |
|
|
|
</div> |
|
|
|
<div class="col order-first"> |
|
|
|
Third, but first |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<abp-container> |
|
|
|
<abp-row> |
|
|
|
<abp-column> First, but unordered</abp-column> |
|
|
|
<abp-column order="C12">Second, but last</abp-column> |
|
|
|
<abp-column order="C1">Third, but first</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column> First, but unordered</abp-column> |
|
|
|
<abp-column order="Last">Second, but last</abp-column> |
|
|
|
<abp-column order="First">Third, but first</abp-column> |
|
|
|
</abp-row> |
|
|
|
</abp-container> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -304,32 +232,31 @@ |
|
|
|
|
|
|
|
<div class="demo-with-code"> |
|
|
|
<div class="demo-area"> |
|
|
|
|
|
|
|
<abp-row> |
|
|
|
<abp-column> .col-md-4</abp-column> |
|
|
|
<abp-column offset="md-4">.col-md-4 .offset-md-4</abp-column> |
|
|
|
<abp-column size-md="C4" offset-md="C4">.col-md-4 .offset-md-4</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column offset="md-3">.col-md-3 .offset-md-3</abp-column> |
|
|
|
<abp-column offset="md-3">.col-md-3 .offset-md-3</abp-column> |
|
|
|
<abp-column size-md="C3" offset-md="C3">.col-md-3 .offset-md-3</abp-column> |
|
|
|
<abp-column size-md="C3" offset-md="C3">.col-md-3 .offset-md-3</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column offset="md-3">.col-md-6 .offset-md-3</abp-column> |
|
|
|
<abp-column size-md="C6" offset-md="C3">.col-md-6 .offset-md-3</abp-column> |
|
|
|
</abp-row> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-4">.col-md-4</div> |
|
|
|
<div class="col-md-4 offset-md-4">.col-md-4 .offset-md-4</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-3 offset-md-3">.col-md-3 .offset-md-3</div> |
|
|
|
<div class="col-md-3 offset-md-3">.col-md-3 .offset-md-3</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-6 offset-md-3">.col-md-6 .offset-md-3</div> |
|
|
|
</div> |
|
|
|
<abp-row> |
|
|
|
<abp-column> .col-md-4</abp-column> |
|
|
|
<abp-column size-md="C4" offset-md="C4">.col-md-4 .offset-md-4</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column size-md="C3" offset-md="C3">.col-md-3 .offset-md-3</abp-column> |
|
|
|
<abp-column size-md="C3" offset-md="C3">.col-md-3 .offset-md-3</abp-column> |
|
|
|
</abp-row> |
|
|
|
<abp-row> |
|
|
|
<abp-column size-md="C6" offset-md="C3">.col-md-6 .offset-md-3</abp-column> |
|
|
|
</abp-row> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|