We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b39011 commit 5d31a29Copy full SHA for 5d31a29
src/app/shared/documentation-items/documentation-items.ts
@@ -391,6 +391,14 @@ const DOCS: { [key: string]: DocItem[] } = {
391
prefix: 'focus-monitor-',
392
},
393
394
+ {
395
+ id: 'accordion',
396
+ name: 'Accordion',
397
+ summary: 'Component with one or more expandable sections.',
398
+ exampleSpecs: {
399
+ prefix: 'cdk-accordion-',
400
+ },
401
402
{
403
id: 'bidi',
404
name: 'Bidirectionality',
0 commit comments