Account Dropdown
A dropdown component for user accounts, showing user information (name, avatar, etc.) and essential navigation links.
Here's how you can get the authenticated user object:
The template also ships with an account settings page in the dashboard, where you can set fields like Full Name whose changes get reflected in the account dropdown. (By default, the dropdown only shows the full name and email, but you can modify that to add the other user profile fields too)
⚠️ The component relies on Supabase for user authentication, so make sure your Supabase client is configured correctly.
Last Updated: June 7