# ProgressBar A container that displays a process or operation as a progress bar ### Usage ```js import ProgressBar from "@appserver/components/progress-bar"; ``` ```jsx ``` ### Properties | Props | Type | Required | Values | Default | Description | | :---------------: | :------: | :------: | :----: | :-----: | --------------------- | | `percent` | `number` | ✅ | - | - | Progress value. | | `label` | `string` | - | - | - | Text in progress-bar. | | `dropDownContent` | `any` | - | - | - | Drop-down content. |