alpine-ripple

Ripple effect (materialize) for Alpine.js.

index.html
package.json

Introduction

Introduction

alpine-ripple is a simple Alpine.js plugin that adds a ripple effect to any element with an alpine directive x-ripple. The most common use case is adding a ripple effect to a button when it is clicked on.

<button type="button" x-data x-ripple>Click me</button>

Currently, there doesn't seem to be many alternatives, however more can be added here if they are found.

This package is not affiliated with, maintained, authorized, endorsed or sponsored by Alpine.js or Tailwind CSS or any of its affiliates.

Caught a mistake? Suggest an edit on GitHub