We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b703e commit d2b05aeCopy full SHA for d2b05ae
material.angular.io/src/app/shared/documentation-items/documentation-items.ts
@@ -313,6 +313,12 @@ const DOCS: {[key: string]: DocCategory[]} = {
313
summary: 'A linear progress indicator.',
314
examples: ['progress-bar-configurable']
315
},
316
+ {
317
+ id: 'ripple',
318
+ name: 'Ripples',
319
+ summary: 'Directive for adding Material Design ripple effects',
320
+ examples: ['ripple-overview']
321
+ }
322
]
323
324
{
0 commit comments