Wave Strip
Sample case: pricing: free + previewMode: media
Catalog shows the thumbnail only. This effect is not registered in the public preview app map, so src/ never ships as live JS.
Usage
tsx
import { WaveStrip } from "./WaveStrip";
export function Example() {
return <WaveStrip height={72} />;
}