Skip to content

Commit 26fba72

Browse files
Mohit Inampudijgthms
authored andcommitted
Add is-spaced documentation in Navbar
1 parent 5713a12 commit 26fba72

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

docs/documentation/components/navbar.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,5 +1280,24 @@ <h4 class="title is-4">
12801280
{% include examples/navbar-color.html color="white" light=true %}
12811281
</div>
12821282

1283-
{% include elements/variables.html type='component' %}
1283+
{% include elements/anchor.html name="Navbar Helper Classes" %}
1284+
1285+
<table class="table is-bordered">
1286+
<tbody>
1287+
<tr>
1288+
<th>Type</th>
1289+
<th>Name</th>
1290+
<th>Description</th>
1291+
</tr>
1292+
<tr>
1293+
<th rowspan="1">Spacing</th>
1294+
<td><code>is-spaced</code></td>
1295+
<td>Sets <strong>Top</strong> and <strong>Bottom</strong> paddings with <strong>1rem</strong>,
1296+
<br> <strong>Left</strong> and <strong>Right</strong> paddings with <strong>2rem</strong>
1297+
</td>
1298+
</tr>
1299+
</tbody>
1300+
</table>
1301+
12841302

1303+
{% include elements/variables.html type='component' %}

0 commit comments

Comments
 (0)