diff --git a/docs/MOBILE_PATTERNS.md b/docs/MOBILE_PATTERNS.md index 1b8c703..76645be 100644 --- a/docs/MOBILE_PATTERNS.md +++ b/docs/MOBILE_PATTERNS.md @@ -1,6 +1,6 @@ # ROA2WEB Mobile Patterns Library -**Version:** 1.0.0 +**Version:** 2.0.0 **Last Updated:** 2026-01-12 **Status:** ✅ Complete @@ -10,14 +10,17 @@ 1. [Quick Start](#quick-start) 2. [Mobile Layout Overview](#mobile-layout-overview) -3. [MobileTopBar](#mobiletopbar) -4. [MobileBottomNav](#mobilebottomnav) -5. [MobileSelectionFooter](#mobileselectionfooter) -6. [BottomSheet](#bottomsheet) -7. [SwipeableCards](#swipeablecards) -8. [Design Tokens for Mobile](#design-tokens-for-mobile) -9. [Best Practices](#best-practices) -10. [Troubleshooting](#troubleshooting) +3. [Navigation Architecture](#navigation-architecture) +4. [MobileTopBar](#mobiletopbar) +5. [MobileBottomNav](#mobilebottomnav) +6. [MobileDrawerMenu](#mobiledrawermenu) *(NEW)* +7. [MobileActionBar](#mobileactionbar) *(NEW)* +8. [MobileSelectionFooter](#mobileselectionfooter) +9. [BottomSheet](#bottomsheet) +10. [SwipeableCards](#swipeablecards) +11. [Design Tokens for Mobile](#design-tokens-for-mobile) +12. [Best Practices](#best-practices) +13. [Troubleshooting](#troubleshooting) --- @@ -35,32 +38,43 @@ Get a mobile view running in **5 minutes**: title="My View" :showMenu="true" :actions="topBarActions" - @menu-click="toggleSidebar" + @menu-click="showDrawer = true" @action-click="handleAction" /> - + + + +
- - + +