Skip to content

More (iOS theme only)

The More page is a special iOS page which offers login/logout functionality, access to informational pages about the shop, and links to shop custom CMS pages links (if configured).

Main portals available on the More page are listed on NavMenu portals reference page.

import React from 'react';
import { Link } from '@shopgate/engage/components';
const Component = () => (
<Link href="/more">Open more page</Link>
);
export default Component;