🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@hautechai/webui.appbar

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hautechai/webui.appbar

Top navigation bar component with configurable left, center, and right content areas for application headers.

latest
npmnpm
Version
2.1.9
Version published
Weekly downloads
36
-60.44%
Maintainers
1
Weekly downloads
 
Created
Source

AppBar

Purpose

Top navigation bar component with configurable left, center, and right content areas for application headers.

Installation

# pnpm (recommended)
pnpm add @hautechai/webui.appbar

# npm
npm install @hautechai/webui.appbar

# yarn
yarn add @hautechai/webui.appbar

Parameters

ParameterTypeDescription
hierarchy'mid' | 'low'Visual hierarchy level affecting background color and styling prominence (defaults to 'mid')
leftReact.ReactNodeOptional content displayed in the left section of the app bar
centerReact.ReactNodeOptional content displayed in the center section of the app bar
rightReact.ReactNodeOptional content displayed in the right section of the app bar

Usage Example

<AppBar hierarchy="mid" left={<Logo />} center={<SearchBar />} right={<UserMenu />} />

FAQs

Package last updated on 06 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts