CodingLaboratory
Lab Commands
Enter The Lab

Component Lab / navigation-layout / water-drop-button

Stable release
Back to category

Open experiment

Water drop button

A native action button built like a tiny water tank. Its droplet falls into a translucent waterline on hover or focus, creating a crown and concentric rings while its label stays clear above the effect.

Lab tested Responsive Dark mode
Version
1.0.0
Updated
2026-08-02
Dependencies
Zero
Live canvasInstant token updates
Source filesEditable and export-ready
<button class="cmp-water-drop" type="button">
  <span class="cmp-water-drop__label">Refresh flow <b aria-hidden="true">↻</b></span>
  <span class="cmp-water-drop__tank" aria-hidden="true">
    <i class="cmp-water-drop__drop"></i>
    <i class="cmp-water-drop__water"></i>
    <i class="cmp-water-drop__crown"></i>
    <i class="cmp-water-drop__ring cmp-water-drop__ring--one"></i>
    <i class="cmp-water-drop__ring cmp-water-drop__ring--two"></i>
  </span>
</button>
No runtime reactions detected Open in Editor

Validated in the lab

Experiment report

  • Schema and source files passed
  • Responsive test passed
  • Keyboard test passed
  • No console errors

Component ingredients

Dependencies
None
Browser support
Current Chrome, Current Edge, Current Firefox, Current Safari
Version
1.0.0
Last tested
2026-08-02

Accessibility notes

  • Uses a native button with a persistent text label.
  • Droplet and splash layers are decorative.
  • Reduced-motion mode preserves color feedback without moving the droplet.

License: MIT License for open-source use, modification, and distribution.