Skip to content

Commit 4deee1a

Browse files
committed
Adding missing guidance
1 parent 6b2ba82 commit 4deee1a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

website/docs/components/stepper/partials/guidelines/guidelines.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@
99

1010
- In isolation, consider a standard [icon](/icons/library).
1111

12+
## Steps
13+
14+
### Interactive steps
15+
16+
Interactive steps are part of a sequential flow and can be interacted with as a navigational device.
17+
18+
### Non-interactive steps
19+
20+
Non-interactive steps are a part of a list of steps that can be completed sequentially, out of order, or asynchronously. They cannot be interacted with.
21+
22+
## Tasks
23+
24+
### Interactive tasks
25+
26+
Interactive tasks are part of a sequential flow and can be interacted with as a navigational device.
27+
28+
### Non-interactive tasks
29+
30+
Non-interactive tasks are part of a list of tasks which can be completed sequentially, out of order, or asynchronously. They cannot be interacted with.
31+
1232
## Content
1333

14-
While the most common example of content within a Step Indicator is numerical (1, 2, 3), other types of sequential ordering may also be used (A, B, C).
34+
While the most common example of content within a Step Indicator is numerical (1, 2, 3), other types of sequential ordering may also be used (A, B, C).

0 commit comments

Comments
 (0)