Components
A modern animated authentication component with Sign In and Sign Up forms, social login icons, and smooth transitions between modes.
npx shadcn@latest add https://21st.dev/r/appvibed01/auth-switchLoading preview...
import React from "react";
import AuthSwitch from "./auth-switch";
export default function Demo() {
return <AuthSwitch />;
}
Loading preview...