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

Commit 120a2a1

Browse files
andrewseguinjelbourn
authored andcommitted
chore: add tabs examples (#468)
1 parent bd2e0ff commit 120a2a1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,18 @@ const DOCS: {[key: string]: DocCategory[]} = {
145145
{id: 'grid-list', name: 'Grid list', examples: ['grid-list-dynamic']},
146146
{id: 'list', name: 'List', examples: ['list-sections']},
147147
{id: 'stepper', name: 'Stepper', examples: ['stepper-overview']},
148-
{id: 'tabs', name: 'Tabs', examples: ['tabs-template-label']},
148+
{id: 'tabs', name: 'Tabs', examples: [
149+
'tab-group-basic',
150+
'tab-group-custom-label',
151+
'tab-group-dynamic-height',
152+
'tab-group-dynamic',
153+
'tab-group-header-below',
154+
'tab-group-lazy-loaded',
155+
'tab-group-stretched',
156+
'tab-group-theme',
157+
'tab-group-async',
158+
'tab-nav-bar-basic',
159+
]},
149160
{id: 'tree', name: 'Tree', examples: [
150161
'tree-dynamic',
151162
'tree-flat-overview',

0 commit comments

Comments
 (0)