@hautechai/webui.nodecontent
v1.0.10
Published
Content area component for Node system
Readme
NodeContent
Purpose
Content area component that provides proper padding and styling for node content. Includes a bottom border for visual separation.
Installation
# pnpm (recommended)
pnpm add @hautechai/webui.nodecontent
# npm
npm install @hautechai/webui.nodecontent
# yarn
yarn add @hautechai/webui.nodecontentParameters
| Parameter | Type | Description | | --------- | --------------- | ---------------------------------------------------- | | children | React.ReactNode | Content to be displayed inside the node content area |
