Skip to content

Commit d2b05ae

Browse files
devversionjelbourn
authored andcommittedSep 17, 2018
feat: add ripples to documentation items (#494)
1 parent 65b703e commit d2b05ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+6
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ const DOCS: {[key: string]: DocCategory[]} = {
313313
summary: 'A linear progress indicator.',
314314
examples: ['progress-bar-configurable']
315315
},
316+
{
317+
id: 'ripple',
318+
name: 'Ripples',
319+
summary: 'Directive for adding Material Design ripple effects',
320+
examples: ['ripple-overview']
321+
}
316322
]
317323
},
318324
{

0 commit comments

Comments
 (0)
Please sign in to comment.