| name | style-responsive-views |
| description | Use when adjusting layout structures, mobile viewport compatibility, sidebar drawer states, and grid alignment blocks. |
Style Responsive Views Playbook
Follow these practices to ensure the ERP dashboard canvas adjusts correctly on multiple devices (Mobile, Tablet, Desktop):
-
Mobile-First Layout:
- Apply single column configuration as the default:
grid-cols-1.
- Upgrade to 2-column or 3-column splits on tablet/desktop sizes:
sm:grid-cols-2 lg:grid-cols-3 or lg:grid-cols-4.
-
Mobile Sidebar Navigation Drawer:
-
Data Grid & Tables Overflow: