Components
Loading preview...
A structured Two-Factor Authentication Card that guides users through enabling 2FA with step-by-step instructions. Download app, scan QR code, and enter the verification code, featuring a clean layout and built-in OTP input for a secure and user-friendly experience.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/enable-2fa-cardimport { Component } from "@/components/ui/enable-2fa-card";
export default function DemoOne() {
return <Component />;
}