Added docs about vertical navigation default folded status

This commit is contained in:
Sercan Yemen 2017-10-27 11:45:11 +03:00
parent 3fc510469d
commit 7b10b2ad86

View File

@ -101,6 +101,23 @@
</p> </p>
</div> </div>
<div class="my-48">
<h2>Vertical Navigation Default Folded Status</h2>
<p>
It's possible to change the default folded status of the navigation.
</p>
<p>
Edit the <code>main.component.html</code> file and look for the <code>[folded]</code> attribute on
<code>fuse-navbar-vertical</code> components.
</p>
<p>
Assigning <code>true</code> to that attribute will make the vertical navigation folded by default.
</p>
</div>
<div class="my-48"> <div class="my-48">
<h2>Examples</h2> <h2>Examples</h2>