ember-cli-mdc-line-ripple

3.0.17 • Public • Published

ember-cli-mdc-line-ripple

ember-cli addon for @material/line-ripple.

Installation

ember install ember-cli-mdc-ripple

Components & Modifiers

This add-on defines the following modifiers:

mdc-line-ripple

The {{mdc-line-ripple}} modifier adds a line ripple effect to the parent container element.

<div class="container">
  <div {{mdc-line-ripple active=[true|false] rippleCenter=[number]}} />
</div>

The active named argument on the modifier is used to activate and deactivate the line ripple.

Example Code

Please see tests/dummy/app/templates for code examples.

/ember-cli-mdc-line-ripple/

    Package Sidebar

    Install

    npm i ember-cli-mdc-line-ripple

    Weekly Downloads

    90

    Version

    3.0.17

    License

    Apache-2.0

    Unpacked Size

    18.2 kB

    Total Files

    11

    Last publish

    Collaborators

    • onehilltech