Components
Loading preview...
import { Signup1 } from "@/components/ui/signup-1";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Signup1 />
</div>
);
};
export { DemoOne };
Part of HextaUI — browse the full library on 21st.dev.