Skip to main content

Function: NavbarUserAuthenticated()

NavbarUserAuthenticated(__namedParameters): any

NavbarUserAuthenticated Component

Renders a dropdown menu for authenticated users in the navigation bar. Displays user information and provides navigation options for profile, settings, and logout functionality.

Parameters

__namedParameters

NavbarUserAuthenticatedProps

Returns

any

Component

Example

<NavbarUserAuthenticated user={{
username: "johndoe",
email: "john@example.com"
}} />