Agent Skills: Waves Effect

Waves material design ripple effect for JWebMP creating Material Design click ripples on elements. Use when adding Material Design interaction effects.

UncategorizedID: GuicedEE/ai-rules/jwebmp-waves-effect

Install this agent skill to your local

pnpm dlx add-skill https://github.com/GuicedEE/ai-rules/tree/HEAD/skills/.system/jwebmp-waves-effect

Skill Files

Browse the full folder contents for jwebmp-waves-effect.

Download Skill

Loading file tree…

skills/.system/jwebmp-waves-effect/SKILL.md

Skill Metadata

Name
jwebmp-waves-effect
Description
Waves material design ripple effect for JWebMP creating Material Design click ripples on elements. Use when adding Material Design interaction effects.

Waves Effect

Overview

Integration of Waves Effect into JWebMP with typed component model, CRTP API, dual rendering (HTML/JSON), and page configurators.

Quick Start

import com.jwebmp.plugins.waveseffect.Waves;

// Create component
// Example usage depends on the specific Waves Effect library

Use Cases

  • Ripple effects, Material Design interactions
  • Integrating with JWebMP Component model
  • Server-driven event handling
  • Feature-based functionality

Installation

<dependency>
  <groupId>com.jwebmp.plugins</groupId>
  <artifactId>waves-effect</artifactId>
</dependency>

Version managed by JWebMP BOM.

References

  • Module: com.jwebmp.plugins.waveseffect
  • Java: 25+
  • License: Apache 2.0

See Also

  • jwebmp-core - JWebMP core component model
  • Other JWebMP plugins - Explore additional integrations