Templates

List of Templates

Confirm Onboarding Info Screen

This screen displays a user's personal information for different scenarios based on the routeType provided.

Functionality

This screen uses the useEditProfile custom hook to collect the user info and display it.

Edit Onboarding Info Screen

This screen allows the user to edit their personal information for different scenarios based on the routeType provided.

Functionality

This screen uses the useEditProfile custom hook to send the updated personal information.

Enter Address Suggestion

This screen allows the user to write an address to an input and choose from a list of suggestions.

Enter Address contains the following elements:

  • FormLayout component as a container, to handle input submission and loading.

  • Address Suggestion Input component to capture the customer's address, and provides a list of address to choose from.

Confirm Address

Screen that displays the user's address entered on the previous screen and is also able edit it, so it can be saved to their personal information.

Confirm Address contains the following elements:

  • FormLayout component as a container, to handle input submission and loading.

  • Input component to capture the customer's address information.

  • Dropdown component to display the country.

Enter Birth Date

This screen lets the user enter the birth date so it can be saved to their personal information.

Enter Birth Date contains the following elements:

  • Form Layout component as a container, to handle input submission and loading.

  • Date Picker component for the date.

Enter Names

This screen allows the user to enter their names so it can be saved to their personal information.

Enter Names contains the following elements:

  • Form Layout component as a container, to handle input submission and loading.

  • Input component to capture the customer's names.

Enter SSN

This screen lets the user enter the SSN so it can be saved to their personal information.

Enter SSN contains the following elements:

  • Form Layout component as a container, to handle input submission and loading.

  • Input component to capture the customer's SSN.

Last updated