Components
Loading preview...
A sophisticated sign-in form with subtle animated light beams traveling along the borders, creating an elegant, high-tech aesthetic with minimalist design elements.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/sign-in-card-2import { 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 };