DocSpace-client/packages/shared/components/progress-bar
2024-06-07 15:30:47 +04: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 Shared: ProgressBar: fix position on mobile (SaveCancelButtons issue) 2024-06-07 15:30:47 +04:00
ProgressBar.test.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
ProgressBar.tsx LDAP: fix progress status 2024-06-05 13:24:34 +04:00
ProgressBar.types.ts Shared: ProgressBar: fix colors of status/error (LDAP style) 2024-05-29 08:26:54 +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.