UNPKG

@gfazioli/mantine-onboarding-tour

Version:

A Mantine 9 onboarding tour component with focus-reveal overlays, cutout highlights, step-by-step popover navigation, and compound components for guided user experiences.

8 lines (5 loc) 188 B
'use client'; 'use strict'; const easeInOutQuad = (t) => t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t; exports.easeInOutQuad = easeInOutQuad; //# sourceMappingURL=ease-in-out-quad.cjs.map