Components
A sophisticated sign-in form with subtle animated light beams traveling along the borders, creating an elegant, high-tech aesthetic with minimalist design elements.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/sign-in-card-2Loading preview...
import { Component } from "@/components/ui/sign-in-card-2";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };