SlideToUnlock Component
Documentation, preview, and source code.
Slide to unlock
Installation
1npm install motion1npm install motionUsage
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}
101import 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