<AuthMobileNavigation />

The MobileNavigation component corresponds to the user navigation bar for mobile devices.

Usage

To use the component, simply add it to your template:

<AuthMobileNavigation />

But you can also import the component directly into your file:

The components are located in the @/components/global/Auth directory. To use the component, import it into your file:

import AuthMobileNavigation from '@/components/global/Auth/MobileNavigation';