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