Ripple effect


The Ripple effect creates a material design inspired ripple when clicking on an object.

<button class="btn btn-plastic effect-ripple btn-primary">primary</button>
<button class="btn btn-plastic effect-ripple btn-info">info</button>
<button class="btn btn-plastic effect-ripple btn-success">success</button>
<button class="btn btn-plastic effect-ripple btn-warning">warning</button>
<button class="btn btn-plastic effect-ripple btn-danger">danger</button>

You can use the effect by including the following in your bundle:

import '@syntro-opensource/bootbox/js/ripple';