Idea Summary
Currently in APEX, when implementing side drawers or navigation panels, the opening direction is typically fixed (usually from the left side). For PWA Apps that need to work across various devices and orientations, it would be beneficial to have the ability to select which side the drawer opens from (left, right, top, or bottom).
Use Case
This feature would significantly improve the user experience for PWA apps by:
1. Supporting right-to-left languages where navigation from the right side is more intuitive
2. Accommodating different device usage patterns (e.g., thumb access zones for mobile users)
3. Allowing responsive design that adapts drawer positioning based on screen size/orientation
4. Enabling more natural interaction based on whether users are right or left-handed
Preferred Solution (Optional)
Add a simple configuration property in the drawer component settings that allows developers to select the preferred opening direction (Left, Right, Top, Bottom) with Left being the default for backward compatibility.