<!-- Horizontal Rule -->
<hr>
<!-- Table -->
<div class="table-container " tabindex="0" role="group" aria-labelledby="caption-id">
<table>
<thead>
<tr>
<th scope="col">Heading 1</th>
<th scope="col">Heading 2</th>
<th scope="col">Heading 3</th>
<th scope="col">Heading 4</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cell 1.1</td>
<td>Cell 1.2</td>
<td>Cell 1.3</td>
<td>Cell 1.4</td>
</tr>
<tr>
<td>Cell 2.1</td>
<td>Cell 2.2</td>
<td>Cell 2.3</td>
<td>Cell 2.4</td>
</tr>
<tr>
<td>Cell 3.1</td>
<td>Cell 3.2</td>
<td>Cell 3.3</td>
<td>Cell 3.4</td>
</tr>
</tbody>
</table>
</div>
<!-- Horizontal Rule -->
<hr>
<!-- Table -->
{{> '@table' }}
hr
margin: $spacing6 15% $spacing6 10%
border: 0
height: 1px
background: $colorLineDark
/* Horizontal Rule */
{
"markupBefore": "<p>Horizontal rules have spacing above and below. They're a little darker than other borders and lines.</p>",
"markupAfter": "<p>Horizontal rules provide a distinct break between sections to indicate a change, such as a change in voice or thought.</p>"
}
/* Table */
{
"caption": {
"data": "Table borders follow the conventions for other borders and lines.",
"id": "caption-id"
},
"head": {
"cells": [
{
"data": "Heading 1"
},
{
"data": "Heading 2"
},
{
"data": "Heading 3"
},
{
"data": "Heading 4"
}
]
},
"rows": [
{
"cells": [
{
"data": "Cell 1.1"
},
{
"data": "Cell 1.2"
},
{
"data": "Cell 1.3"
},
{
"data": "Cell 1.4"
}
]
},
{
"cells": [
{
"data": "Cell 2.1"
},
{
"data": "Cell 2.2"
},
{
"data": "Cell 2.3"
},
{
"data": "Cell 2.4"
}
]
},
{
"cells": [
{
"data": "Cell 3.1"
},
{
"data": "Cell 3.2"
},
{
"data": "Cell 3.3"
},
{
"data": "Cell 3.4"
}
]
}
]
}