Global Left Drawer
-
Hi,
sorry if this is a very basic question but I was wondering how to define a left drawer that is the same on all my views acting as a global navigation instead of repeating the code in each of my components.
Is that possible?
Best,
David -
Hi, You should place all the parts that stay the same in a layout and use that layout.
-
Thank you!