Layouts
Vuely Angular comes with two handcrafted layouts. Read the documentation carefully to use the following layouts in your template.
Last updated
Vuely Angular comes with two handcrafted layouts. Read the documentation carefully to use the following layouts in your template.
Last updated
'collapsed-sidebar': true<div [dir]="layout" class="app-main theme-light ....">
....
</div><div [dir]="layout" class="app-main theme-dark ....">
....
</div>