@hautechai/webui.nodeheader
v1.0.8
Published
Header component for Node system
Readme
NodeHeader
Purpose
Header component for nodes that displays an icon, label, and badge. Uses Typography component for consistent text styling.
Installation
# pnpm (recommended)
pnpm add @hautechai/webui.nodeheader
# npm
npm install @hautechai/webui.nodeheader
# yarn
yarn add @hautechai/webui.nodeheaderParameters
| Parameter | Type | Description | | --------- | --------------- | ------------------------------------------------------------------- | | icon | React.ReactNode | Optional icon to display on the left side of the header | | label | string | Text label for the node, displayed using Typography component | | badge | React.ReactNode | Optional badge component to display on the right side of the header |
