# Resonant sand plate

https://fieldbook.lizardi.mx/components/resonant-sand-plate

Category: Animation
Thumbnail: https://fieldbook.lizardi.mx/thumbs/resonant-sand-plate.webp

Resonant sand plate: Fine sand on a vibrating steel plate hops off the shaking areas and settles along the still lines, redrawing a new figure each time the tone changes.

## Frameworks

react, vue, svelte, astro, html

## Preview controls

These controls are passed to the demo. Defaults and limits describe the preview; consult the implementation for its full prop API.

| Name | Type | Default | Options or constraints |
| --- | --- | --- | --- |
| accent | color | #38BDF8 | No additional limit in the metadata. |
| sandColor | color | #E8DCC4 | No additional limit in the metadata. |
| toneHold | number | 5.5 | From 2 to 15; step 0.5 |
| density | select | medium | Options: fine, medium, coarse |
| vigor | number | 1 | From 0.4 to 2; step 0.1 |
| autoTone | boolean | true | No additional limit in the metadata. |

## Usage notes

Resonant sand plate uses the card preview frame with a dark theme setting.

### Which frameworks are available for Resonant sand plate?

Resonant sand plate is available for React, Vue, Svelte, Astro, HTML. The live preview uses React; the source observations below apply to index.tsx. Check the selected port before relying on the same interactions.

### What does Resonant sand plate depend on?

The React metadata lists these npm dependencies beyond React: clsx.

### What accessibility details are visible in Resonant sand plate?

The React source for Resonant sand plate includes: attributes and handlers (aria-hidden, aria-label, onKeyDown, tabIndex); explicit roles (group); key comparisons (ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Enter, Space). These are source observations. Verify accessible names, focus order and keyboard behavior in the composed page.

### How does Resonant sand plate handle reduced motion?

Resonant sand plate reads the motion preference in its React source through matchMedia(prefers-reduced-motion). Check the full implementation, shared styles and selected port with reduced motion enabled; these observations do not establish that every animation stops.

## Install through MCP

Connect your client, call get_component to retrieve the implementation, then get_install_command for installation instructions. Choose a listed framework, integrate the returned source and verify it in your application.

```json
{
  "tool": "get_component",
  "arguments": {
    "slug": "resonant-sand-plate",
    "framework": "react"
  }
}
```

[For agents](https://fieldbook.lizardi.mx/docs/agents)
[MCP](https://fieldbook.lizardi.mx/api/mcp)

## Related open components

- [Crank sea automaton](https://fieldbook.lizardi.mx/components/crank-sea-automaton)
- [Burst particle emitter](https://fieldbook.lizardi.mx/components/burst-particle-emitter)
- [Gooey blob field](https://fieldbook.lizardi.mx/components/gooey-blob-field)
- [Particle spray](https://fieldbook.lizardi.mx/components/particle-spray-on-hold)
- [Ring bloom](https://fieldbook.lizardi.mx/components/pulse-ring-bloom)
- [Composable Reveal](https://fieldbook.lizardi.mx/components/composable-reveal)
