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