Where to implement Navigation Drawer?

Where should the navigation drawer be implemented? If I try to put it in a normal view it gives an error of invalid element 'navigation'.

You'll need to enable the Navigation Drawer by hovering over App Settings and then selecting Feature Flags. Next, select the Navigation Component option as shown below and select Save.

![enter image description here](upload://6pMfZjSj3pe6mTyOO4TZuz8NQb8.png)

Once you have completed the steps below new nav.js and nav.xml files are generated where one can implement your custom navigation options.

1 Like

This worked perfectly. Thanks @MichaelBarnes