Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b9d02b3

Browse files
crisbetojelbourn
authored andcommitted
chore: expose more stepper examples (#581)
Exposes all of the available stepper examples under the "Examples" tab.
1 parent bb1b9e2 commit b9d02b3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,14 @@ const DOCS: {[key: string]: DocCategory[]} = {
492492
{id: 'stepper',
493493
name: 'Stepper',
494494
summary: 'Presents content as steps through which to progress.',
495-
examples: []
495+
examples: [
496+
'stepper-vertical',
497+
'stepper-editable',
498+
'stepper-optional',
499+
'stepper-errors',
500+
'stepper-label-position-bottom',
501+
'stepper-states'
502+
]
496503
},
497504
{
498505
id: 'table',

0 commit comments

Comments
 (0)