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 Locale Demo
wednesday-ui/cap-widget-locale-demoRemovedComponent
A demo of the cap widget locale
Install it
npx shadcn@latest add https://ui.ednesdayw.com/r/cap-widget-locale-demo.jsonSource
1"use client";23import { CapWidget } from "@/components/ui/cap-widget";45export const CapWidgetLocaleExample = () => {6 return (7 <div className="flex flex-col items-center gap-4 w-full max-w-72">8 <CapWidget9 endpoint="https://captcha.gurl.eu.org/api/"10 locale={{11 initial: "我不是机器人",12 verifying: "验证中...",13 solved: "典型的安卓思维",14 error: "验证失败, 请重试",15 }}16 />17 </div>18 );19};
What it pulls in
Other registry items
