Components
Loading preview...
Sing In Flow with animated background
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/sign-in-flow-1import { SignInPage } from "@/components/ui/sign-in-flow-1";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<SignInPage />
</div>
);
};
export { DemoOne };