We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cf5f3 commit 60eb965Copy full SHA for 60eb965
material.angular.io/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