aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/loaders/progress-bar.fixture.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/loaders/progress-bar.fixture.tsx')
-rw-r--r--src/components/atoms/loaders/progress-bar.fixture.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/atoms/loaders/progress-bar.fixture.tsx b/src/components/atoms/loaders/progress-bar.fixture.tsx
new file mode 100644
index 0000000..d9b02c3
--- /dev/null
+++ b/src/components/atoms/loaders/progress-bar.fixture.tsx
@@ -0,0 +1,5 @@
+export const id = 'amet-eum-ut';
+export const min = 0;
+export const max = 50;
+export const current = 20;
+export const label = '20 loaded out of a total of 50';