Components
Loading preview...
A beautifully crafted, production-ready authentication page featuring a split-screen design with form inputs on one side and an animated gradient hero section on the other. This component includes 17+ reusable sub-components, all self-contained in a single file for easy integration.
@itsankitverma
npx shadcn@latest add https://21st.dev/r/itsankitverma/signin-pageimport SignIn from "@/components/ui/signin-page";
export default function DemoOne() {
return <SignIn />;
}