AppHeader
The AppHeader component is a customizable header designed for the top section of web applications. It typically includes branding elements like logos, primary navigation menus, and user account information. A well-designed AppHeader enhances the user experience by providing consistent and easy access to key actions and navigation. This component is ideal for application layouts where consistent navigation and brand presence are critical, such as in dashboards, content management systems, and SaaS platforms.
Code
import AppHeader from "@lumina-design/core/AppHeader"; <AppHeader className="app-header" logo={<img src="https://placehold.co/600x400/orange/white?text=Logo" alt="logo" width={30} height={30} />} profileIcon={ <span size="M"> <i className="fas fa-user-circle"></i> </span> } > <h3>header text</h3> </AppHeader>