Button Sign In


A versatile button component that automatically switches between a "Get Started" button and a user account dropdown based on the authentication status.

Sign In Button


Sign In Account

Upon clicking "Get Started", it redirects users to the sign-in page.

import { ButtonSignIn } from "@/components/ButtonSignIn";
 
...
 
<ButtonSignIn />

⚠️ The component relies on Supabase for user authentication, so make sure your Supabase client is configured correctly.


Last Updated: March 5