@hautechai/webui.divider
v2.1.9
Published
Visual separator line component used to divide content sections with consistent theme-based styling.
Downloads
136
Readme
Divider
Purpose
Visual separator line component used to divide content sections with consistent theme-based styling.
Installation
# pnpm (recommended)
pnpm add @hautechai/webui.divider
# npm
npm install @hautechai/webui.divider
# yarn
yarn add @hautechai/webui.dividerParameters
This component has no configurable parameters - it renders as a styled divider line using theme stroke and color values.
Usage Example
<div>
<Content1 />
<Divider />
<Content2 />
</div>