UserProfile

Component for displaying user profile information.
1import { UserProfile } from '@avalabs/avacloud-waas-react';
2
3function ProfileSection() {
4 return (
5 <UserProfile
6 className="custom-class" // Optional custom class
7 showLogout={true} // Optional, shows the logout button
8 />
9 );
10}

Props

1interface UserProfileProps {
2 className?: string;
3 showLogout?: boolean;
4}

Features

  • Displays user profile information
  • Optional logout button
  • Customizable styling through className
  • Handles user state automatically

For any additional questions, please view our other knowledge base articles or contact a support team member via the chat button. Examples are for illustrative purposes only.

Learn More About AvaCloud | Download Case Studies | Schedule an AvaCloud Demo