You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi pndjo, we need an Overlay Drawer component that can overlay over the content and display from a specific side (left or right) according to the props of the component. This component should be similar to a modal, it will be used to display a shopping cart on the right side of the screen, but this component would be just the wrapper.
Hi pndjo, we need an Overlay Drawer component that can overlay over the content and display from a specific side (left or right) according to the props of the component. This component should be similar to a modal, it will be used to display a shopping cart on the right side of the screen, but this component would be just the wrapper.
You can take inspiration from how the header side menu works for mobiles.
src/modules/layout/components/header-side-menu/index.tsx
The text was updated successfully, but these errors were encountered: