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