A modern animated authentication component with Sign In and Sign Up forms, social login icons, and smooth transitions between modes.
import React from "react"; import AuthSwitch from "./auth-switch"; export default function Demo() { return <AuthSwitch />; }