Components
A SignIn card component featuring animated buttons, input fields, and social media icons, all enhanced with gradient effects for a modern visual appeal.
Loading preview...
import SignIn from "@/components/ui/sign-in-4"
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<SignIn />
</div>
);
};
export { DemoOne };