diff --git a/stories/Progress.stories.js b/stories/Progress.stories.js index 8b8d8e2..2e3be3c 100644 --- a/stories/Progress.stories.js +++ b/stories/Progress.stories.js @@ -39,6 +39,7 @@ export const Default = { args: { progress: "3-2", }, + render: (args) => , }; export const AllStates = { @@ -46,41 +47,51 @@ export const AllStates = { render: (_args) => (
-

Progress: 1-0 (1 segment)

+

1-0

-

Progress: 1-1 (1 segment + partial)

+

1-1

-

- Progress: 1-5 (1 segment + full partial) -

+

1-2

+ +
+
+

1-3

+ +
+
+

1-4

+ +
+
+

1-5

-

Progress: 2-0 (2 segments)

+

2-0

-

Progress: 2-1 (2 segments + partial)

+

2-1

-

Progress: 2-2 (2 segments + partial)

+

2-2

-

Progress: 3-0 (3 segments - complete)

+

3-0

-

Progress: 3-1 (3 segments - complete)

+

3-1

-

Progress: 3-2 (3 segments - complete)

+

3-2

@@ -93,30 +104,3 @@ export const AllStates = { }, }, }; - -export const ProgressExamples = { - args: {}, - render: () => ( -
-
-

Early (1-0)

- -
-
-

Middle (2-1)

- -
-
-

Complete (3-2)

- -
-
- ), - parameters: { - docs: { - description: { - story: "Common progress bar examples.", - }, - }, - }, -};