mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Added docs about vertical navigation default folded status
This commit is contained in:
parent
3fc510469d
commit
7b10b2ad86
|
@ -101,6 +101,23 @@
|
|||
</p>
|
||||
</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">
|
||||
|
||||
<h2>Examples</h2>
|
||||
|
|
Loading…
Reference in New Issue
Block a user