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

Commit 61faf78

Browse files
mmalerbaamysorto
authored andcommitted
docs: Add cdk/listbox docs
1 parent 95c125f commit 61faf78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,14 @@ const DOCS: { [key: string]: DocItem[] } = {
455455
prefix: 'cdk-layout-',
456456
},
457457
},
458+
{
459+
id: 'listbox',
460+
name: 'Listbox',
461+
summary: 'Directives for building accessible listboxes.',
462+
exampleSpecs: {
463+
prefix: 'cdk-listbox-',
464+
},
465+
},
458466
{
459467
id: 'menu',
460468
name: 'Menu',

0 commit comments

Comments
 (0)