diff --git a/pwa-devdocs/src/_drafts/venia-pwa-concept/component/my-account-menu/index.md b/pwa-devdocs/src/_drafts/venia-pwa-concept/component/my-account-menu/index.md new file mode 100644 index 0000000000..34732db289 --- /dev/null +++ b/pwa-devdocs/src/_drafts/venia-pwa-concept/component/my-account-menu/index.md @@ -0,0 +1,16 @@ +--- +title: MyAccountMenu component +--- + +| Description | Reference image | +| -------------------------- | :-------------------------------------------: | +| My account menu | ![Order confirmation]{:width="300px"} | +{:style="table-layout:auto"} + +[My account menu]: {{site.baseurl}}{% link venia-pwa-concept/images/my-account-menu.png %} + +## Interactions + +* **Purchase History** link - On tap navigates the user to purchase history page. +* **Sign out** button - On click dispatches an action to sign out the user and refreshes the page. +* **x** button - On tap closes the menu. diff --git a/pwa-devdocs/src/venia-pwa-concept/images/my-account-menu.png b/pwa-devdocs/src/venia-pwa-concept/images/my-account-menu.png new file mode 100644 index 0000000000..0bed7bd917 Binary files /dev/null and b/pwa-devdocs/src/venia-pwa-concept/images/my-account-menu.png differ