@hautechai/webui.nodefooter
v1.0.8
Published
Footer component for Node system
Readme
NodeFooter
Purpose
Footer component for nodes that displays input and output ports. Provides proper layout for port connections.
Installation
# pnpm (recommended)
pnpm add @hautechai/webui.nodefooter
# npm
npm install @hautechai/webui.nodefooter
# yarn
yarn add @hautechai/webui.nodefooterParameters
| Parameter | Type | Description | | ----------- | --------------- | ------------------------------------------------------- | | inputPorts | React.ReactNode | Input ports to display on the left side of the footer | | outputPorts | React.ReactNode | Output ports to display on the right side of the footer |
