aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/loaders/progress-bar.fixture.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite ProgressBar componentArmand Philippot2023-11-111-5/+0
| | | | | | | * Avoid browser vendors by adding an extra div * Add a loading state * Add an option to center the progress bar (no longer the default) * Remove min since it is always 0
* chore: add a label to progress barArmand Philippot2022-06-071-0/+5
The progress element is a form element, so a label is required to be accessible. Since I'm not using it without label, I transform the optional info parameter to a mandatory label parameter.