This component no longer exists. It was in Wednesday UI’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 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.
Cap Widget Demo
wednesday-ui/cap-widget-demoRemovedComponent
A demo of the cap widget
Install it
npx shadcn@latest add https://ui.ednesdayw.com/r/cap-widget-demo.jsonSource
1"use client";23import { CapWidget } from "@/components/ui/cap-widget";45export const CapWidgetDemo = () => {6 return (7 <div className="flex flex-col items-center gap-4 w-full max-w-72">8 <CapWidget endpoint="https://captcha.gurl.eu.org/api/" />9 </div>10 );11};
What it pulls in
Other registry items
