clerk-otp-demo-2
eldoraui/clerk-otp-demo-2FreeExample
Example showing a clerk-otp-demo-2 component.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/clerk-otp-demo-2.jsonSource
1import ClerkOTP from "@/registry/eldoraui/clerk-otp"23export function ClerkOTPDemo2() {4 return (5 <ClerkOTP6 delay={3500} // Time interval (in ms) after which the OTP animation resets.7 cardTitle="Multifactor Authentication"8 cardDescription="Each user's self-serve multifactor settings are enforced automatically during sign-in."9 whileHover={false} // Normal animation behavior10 />11 )12}
What it pulls in
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| animated-badge-demoanimated-badge-demo | eldoraui | Examples | Free | no deps | |
| animated-frameworks-demoanimated-frameworks-demo | eldoraui | Examples | Free | no deps | |
| animated-grid-pattern-demoanimated-grid-pattern-demo | eldoraui | Examples | Free | no deps | |
| animated-list-demoanimated-list-demo | eldoraui | Examples | Free | no deps | |
| animated-shiny-button-demoanimated-shiny-button-demo | eldoraui | Examples | Free | no deps | |
| blur-in-text-demoblur-in-text-demo | eldoraui | Examples | Free | no deps | |
| browser-demobrowser-demo | eldoraui | Examples | Free | no deps | |
| browser-demo-2browser-demo-2 | eldoraui | Examples | Free | no deps |
