@hautechai/webui.progress
v2.1.5
Published
Visual indicator component displaying animated loading progress with customizable size.
Readme
Progress
Purpose
Visual indicator component displaying animated loading progress with customizable size.
Installation
# pnpm (recommended)
pnpm add @hautechai/webui.progress
# npm
npm install @hautechai/webui.progress
# yarn
yarn add @hautechai/webui.progressParameters
| Parameter | Type | Description | | --------- | ------ | ------------------------------------------------------------ | | size | number | Optional size dimension in pixels for the progress indicator |
Usage Example
<Progress size={40} />