ember-cli-mdc-ripple
v3.0.17
Published
ember-cli addon for @material/ripple
Downloads
408
Maintainers
Readme
ember-cli-mdc-ripple
ember-cli addon for @material/ripple
.
Installation
ember install ember-cli-mdc-ripple
Components & Modifiers
This add-on contains the following components and modifiers:
mdc-ripple
The {{mdc-ripple}}
modifier adds a ripple effect to any html element.
<div {{mdc-ripple unbounded=[true|false]
surfaceColor=[primary|accent]}} />
Example Code
Please see tests/dummy/app/templates
for example code.