Components
credits: https://x.com/iamncdai.
A sleek, interactive slider inspired by the classic iPhone OS "slide to unlock" gesture.
Loading preview...
import { Component } from "@/components/ui/slide-to-unlock";
export default function DemoOne() {
return <Component />;
}