How to create right and left drawer in MainLayout (AppLayout)?

I need a right drawer on every page to show a chat assistant. I like the way the standard AppLayout left drawer looks. What kind of component is that? Can I extend it or copy it and just put it on the right side?

I did see the Right Side Drawer post already. That could work if I could just have two drawers somehow.

It’s part of AppLayout, i.e. not a separate component.

And yes, you can move the drawer to the right, but if you need both, it’s probably easier to just create your own sidebar/drawer component.

For example:

2 Likes