SlideToUnlock Component

Documentation, preview, and source code.

Slide to unlock

Installation

1npm install motion

Usage

1import SlideToUnlock from "@/components/SlideToUnlock" 2 3export default function Page() { 4 return ( 5 <div className="flex min-h-screen items-center justify-center bg-background"> 6 <SlideToUnlock /> 7 </div> 8 ) 9} 10
Pratham Telang | Design Engineer