DocSpace-client/packages/shared/components/progress-bar
2024-05-07 20:03:57 +05:00
..
index.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
ProgressBar.stories.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
ProgressBar.styled.ts Web: Shared: Components: ProgressBar. fixed animation 2024-05-07 20:03:57 +05:00
ProgressBar.test.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
ProgressBar.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
ProgressBar.types.ts Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
README.md Web: Shared: Components: Progressbar. added "isInfiniteProgress" prop 2024-03-04 16:16:51 +05:00

ProgressBar

A container that displays a process or operation as a progress bar

Usage

import { ProgressBar } from "@docspace/shared/components";
<ProgressBar percent={25} />

Properties

Props Type Required Values Default Description
percent number - - Progress value in %. Max value 100%
label string - - - Text in progress-bar.
isInfiniteProgress boolean - - false Whether the progress bar should display as an infinite loader.