Svelte Tour

A guided product tour component that highlights elements, supports step navigation with keyboard controls, overlay masking, smooth scrolling, theming, and callbacks for skipping or completing the tour.

Setup #

  • Svelte
<script lang="ts">
  import { Tour } from  'flowbite-svelte';
</script>

Usage Examples #

See examples and code.

Component data #

The component has the following props, type, and default values. See types page for type information.

Loading...

GitHub Links #

LLM Link #