{#if activeIndex === 0}
  • UI is not interactive during tutorial, press next at every step
  • You can use the arrow keys to navigate
  • {/if}
    {#if activeIndex !== undefined && totalSteps !== undefined}
    Step {activeIndex + 1} of {totalSteps}
    {/if}