Components
A bottom sign-in drawer with animated email and passkey tabs and a spring-height transition to a passkey authentication step.
Loading preview...
import { SignInDrawer } from "@/components/ui/family-signin-drawer";
export default function Default() {
return <SignInDrawer />;
}