Components
Loading preview...
A modern sign in flow with animated elements and minimal dependencies
@Scottclayton3d
npx shadcn@latest add https://21st.dev/r/lovesickfromthe6ix/sign-in-floimport { Component } from "@/components/ui/sign-in-flo";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };