Skip to content

Commit 7ff68df

Browse files
devversionjelbourn
authored andcommitted
feat: add ripples to documentation items (angular#494)
1 parent c3360ef commit 7ff68df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
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)