Components
Loading preview...
A SignIn card component featuring animated buttons, input fields, and social media icons, all enhanced with gradient effects for a modern visual appeal.
@abishek1512
npx shadcn@latest add https://21st.dev/r/abishek1512/login-1import Component from "@/components/ui/login-1";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };