GitPedia
uixmat

uixmat/onborda

An onboarding wizard flow / product tour for Next.js animated by framer motion

2 Releases
Latest: 1y ago
v.1.2.5Latest
uixmatuixmat·1y ago·December 22, 2024
GitHub

📦 Interact with background elements.

  • ```tsx
  • <Onborda interact={true} />
  • ```

📦 Step icons now optional

  • A very simple and quick change that now allows step icons to be optional.
v.1.2.4
uixmatuixmat·1y ago·August 15, 2024
GitHub

📋 Changes

  • Supports multiple tours
  • Uses [@radix_ui](https://x.com/radix_ui) Portal
  • Supports [@framer](https://x.com/framer) motion Transition's for card transitions which also supports delays!
  • Improved mobile responsiveness
  • Now uses MutationObserver to only trigger animation & positioning after the target exists in the DOM. This improves cross page tours.