> For the complete documentation index, see [llms.txt](https://enappd-apps.gitbook.io/apps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enappd-apps.gitbook.io/apps/ionic-4-full-app/main-features/sidemenus.md).

# Sidemenus

The app contains 5 different Sidemenu layouts which you can use in your apps.

### HTML code

The HTML code for the sidemenus is sitting in `app.component.html` itself, same as the main sidemenu.&#x20;

You can differentiate the Sidemenus by the `class="sidemenu-1"` and similar.

![](/files/-LaG4Ef1jBoxG-I9U2cs)

Similarly, the styles for each Sidemenu are sitting in `app.component.scss`

![](/files/-LaG4HQ0lMbYFQUxpgvK)

{% hint style="info" %}
Currently, for display purpose, the Sidemenus are shown on the right hand side. But for your app usage, you can use it either on left or right side, by defining `side="end"` or `side="start"`
{% endhint %}

![](/files/-LcVvFebHTqm0Rtju9s9)
