Skip to content

Commit c3360ef

Browse files
crisbetojelbourn
authored andcommitted
chore: expose all chips examples under examples tab (angular#520)
Exposes all of the available chips examples under the "Examples" tab.
1 parent 6fe1319 commit c3360ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,12 @@ const DOCS: {[key: string]: DocCategory[]} = {
288288
id: 'chips',
289289
name: 'Chips',
290290
summary: 'Presents a list of items as a set of small, tactile entities.',
291-
examples: ['chips-stacked']
291+
examples: [
292+
'chips-overview',
293+
'chips-autocomplete',
294+
'chips-input',
295+
'chips-stacked',
296+
]
292297
},
293298
{
294299
id: 'icon',

0 commit comments

Comments
 (0)