The onboarding component can be included on an accounting landing page to prompt users to connect accounts. Onboarding landing state

After connecting accounts, the component will change into a prompt to categorize transactions. Onboarding after linking

For a business that has already onboarded, this component will render nothing, so it’s safe to leave on the default page for all businesses.

<Onboarding
  onTransactionsToReviewClick={() => navigate('/accounting/bank-transactions')}
/>

Properties

onTransactionsToReviewClick
function
required

A function which navigates to the bank transactions to review page of your app.