From 26fba7296bb9b1c7452408db9702b4334fed955a Mon Sep 17 00:00:00 2001 From: Mohit Inampudi Date: Tue, 2 Apr 2019 18:33:30 -0400 Subject: [PATCH] Add is-spaced documentation in Navbar --- docs/documentation/components/navbar.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 8a2d1713..25d8b9c6 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -1280,5 +1280,24 @@ $(document).ready(function() { {% include examples/navbar-color.html color="white" light=true %} -{% include elements/variables.html type='component' %} +{% include elements/anchor.html name="Navbar Helper Classes" %} + + + + + + + + + + + + + +
TypeNameDescription
Spacingis-spacedSets Top and Bottom paddings with 1rem, +
Left and Right paddings with 2rem +
+ + +{% include elements/variables.html type='component' %}