layout |
---|
component |
<section>
<h3>Pure Grid</h3>
<div class="rhe-l-grid rhe-m-gutters rhe-m-all-6-col rhe-m-all-4-col-on-md rhe-m-all-3-col-on-lg">
<div>Item</div>
<div>Item</div>
<div>Item</div>
<div>Item</div>
<div>Item</div>
</div>
<h4>Code</h4>
<pre><code class="lang-markup"><div class="rhe-l-grid rhe-m-gutters rhe-m-all-6-col rhe-m-all-4-col-on-md rhe-m-all-3-col-on-lg">
<div>Item</div> <div>Item</div> <div>Item</div> <div>Item</div> <div>Item</div> </div>
<section>
<h3>Bootstrap-style Columns</h3>
<div class="rhe-l-grid rhe-m-gutters">
<div class="rhe-l-grid__item">Default Item</div>
<div class="rhe-l-grid__item rhe-m-2-col"><code>rhe-m-2-col</code></div>
<div class="rhe-l-grid__item rhe-m-10-col"><code>rhe-m-10-col</code></div>
<div class="rhe-l-grid__item rhe-m-4-col"><code>rhe-m-4-col</code></div>
<div class="rhe-l-grid__item rhe-m-4-col"><code>rhe-m-4-col</code></div>
<div class="rhe-l-grid__item rhe-m-4-col"><code>rhe-m-4-col</code></div>
<div class="rhe-l-grid__item rhe-m-6-col rhe-m-3-col-on-md"><code>rhe-m-6-col rhe-m-3-col-on-md</code></div>
<div class="rhe-l-grid__item rhe-m-6-col rhe-m-3-col-on-md rhe-m-startat-7-col-on-md"><code>rhe-m-6-col rhe-m-3-col-on-md rhe-m-startat-7-col-on-md</code></div>
<div class="rhe-l-grid__item rhe-m-6-col rhe-m-3-col-on-md"><code>rhe-m-6-col rhe-m-3-col-on-md</code></div>
</div>
<h4>Code</h4>
<pre><code class="lang-markup"><div class="rhe-l-grid rhe-m-gutters">
<div class="rhe-l-grid__item">Default Item</div> <div class="rhe-l-grid__item rhe-m-2-col"><code>rhe-m-2-col</code></div> <div class="rhe-l-grid__item rhe-m-10-col"><code>rhe-m-10-col</code></div> <div class="rhe-l-grid__item rhe-m-4-col"><code>rhe-m-4-col</code></div> <div class="rhe-l-grid__item rhe-m-4-col"><code>rhe-m-4-col</code></div> <div class="rhe-l-grid__item rhe-m-4-col"><code>rhe-m-4-col</code></div> <div class="rhe-l-grid__item rhe-m-6-col rhe-m-3-col-on-md"><code>rhe-m-6-col rhe-m-3-col-on-md</code></div> <div class="rhe-l-grid__item rhe-m-6-col rhe-m-3-col-on-md rhe-m-startat-7-col-on-md"><code>rhe-m-6-col rhe-m-3-col-on-md rhe-m-startat-7-col-on-md</code></div> <div class="rhe-l-grid__item rhe-m-6-col rhe-m-3-col-on-md"><code>rhe-m-6-col rhe-m-3-col-on-md</code></div> </div>
</section>