This component no longer exists. It was in ncdai’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-14 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
slide-to-unlock-block-03
ncdai/slide-to-unlock-block-03RemovedBlock
ncdai publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/Prashant-thakur77/myportfolio/main/public/r/slide-to-unlock-block-03.jsonSource
1"use client";23import { toast } from "sonner";45import { ShimmeringText } from "@/registry/shimmering-text";6import {7 SlideToUnlock,8 SlideToUnlockHandle,9 SlideToUnlockText,10 SlideToUnlockTrack,11} from "@/registry/slide-to-unlock";1213export default function SlideToUnlockDemo3() {14 return (15 <SlideToUnlock16 className="w-[180px] rounded-full ring-0"17 handleWidth={40}18 onUnlock={() => toast.success("Stopped")}19 >20 <SlideToUnlockTrack>21 <SlideToUnlockText className="pl-0">22 {({ isDragging }) => (23 <ShimmeringText text="slide to stop" isStopped={isDragging} />24 )}25 </SlideToUnlockText>2627 <SlideToUnlockHandle className="w-10 rounded-full dark:bg-zinc-700">28 <svg29 className="size-5 dark:text-white"30 xmlns="http://www.w3.org/2000/svg"31 viewBox="0 0 256 256"32 >33 <path34 d="M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z"35 fill="currentColor"36 />37 </svg>38 </SlideToUnlockHandle>39 </SlideToUnlockTrack>40 </SlideToUnlock>41 );42}
What it pulls in
Other registry items
Files it writes
More from ncdai
All 17 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blog 01blog-01 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Blog 02blog-02 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Experience 01experience-01 | ncdai | Blocks | Unverified | no deps | |
| Hero 01hero-01 | ncdai | Blocks | Unverified | no deps · 2 files | |
| Login 01login-01 | ncdai | Blocks | Unverified | no deps · 2 files | |
| Metrics 01metrics-01 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Not Found 01not-found-01 | ncdai | Blocks | Free | 3 deps · 11 files | |
| Social Links 01social-links-01 | ncdai | Blocks | Unverified | no deps |
